Html Css Color HEX #28C02C Lime Green

📋 copy color: '#28C02C'

red 40 ◦ green 192 ◦ blue 44

#28C02C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #28C02C

Tints of Lime Green #28C02C

RGB

 RED value IS 40 (16.02% from 255) = 14.49%

 GREEN value IS 192 (75.39% from 255) = 69.57%

 BLUE value IS 44 (17.58% from 255) = 15.94%

R = 14.49%
G = 69.57%
B = 15.94%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#28C02C (or 0x28C02C) is known color: Lime Green. HEX triplet: 28, C0 and 2C. RGB value is (40,192,44). Sum of RGB (Red+Green+Blue) = 40+192+44=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #28C02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C02C is #D73FD3. Grayscale: #828282. Windows color (decimal): -14106580 or 2932776. OLE color: 2932776.

HSL color Cylindrical-coordinate representation of color #28C02C: hue angle of 121.58º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C02C is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 192 44 -
CMYK 0.79 0 0.77 0.25
HSL 121.58º 0.66% 0.45% -
HSV(B) 121.58º 0.79% 0.75% -
XYZ 20.18 38.33 8.72 -
YUV 129.68 79.64 64.03 -
System Red Green Blue C M Y K H S L
Decimal 40 192 44 0.79 0 0.77 0.25 121.58 0.66 0.45
Hex 28 C0 2C 4F 0 4D 19 7A 42 2D
Octal 50 300 54 117 0 115 31 172 102 55
Binary 101000 11000000 101100 1001111 0 1001101 11001 1111010 1000010 101101

Color Harmonies of #28C02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C02C

Black with #28C02C

Text Example


Text Example

White with #28C02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28C02C; }

 p { color: rgb(40,192,44); }

 H1.HeaderClassName
 {
   color: #28C02C;
 }
 .AnyTagClassName
 {
   color: #28C02C;
 }
</style>

background-color css

<style>
 a { background-color: #28C02C; }

 a { background-color: rgb(40,192,44); }

 div.DivClassName
 {
   background-color: #28C02C;
 }
 .BgClassName
 {
   background-color: #28C02C;
 }
</style>

border-color css

<style>
 span { border-color: #28C02C; }

 span { border-color: rgb(40,192,44); }

 td.TdClassName
 {
   border-color: #28C02C;
 }
 .TagClassName
 {
   border-color: #28C02C;
 }
</style>