Html Css Color HEX #28DE3E Lime Green

📋 copy color: '#28DE3E'

red 40 ◦ green 222 ◦ blue 62

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

Shades of Lime Green #28DE3E

Tints of Lime Green #28DE3E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 68.52%

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 12.35%
G = 68.52%
B = 19.14%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#28DE3E (or 0x28DE3E) is known color: Lime Green. HEX triplet: 28, DE and 3E. RGB value is (40,222,62). Sum of RGB (Red+Green+Blue) = 40+222+62=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 222 (87.11% from 255 or 68.52% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 222 - color contains mainly: green. Hex color #28DE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DE3E is #D721C1. Grayscale: #959595. Windows color (decimal): -14098882 or 4120104. OLE color: 4120104.

HSL color Cylindrical-coordinate representation of color #28DE3E: hue angle of 127.25º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DE3E is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 222 62 -
CMYK 0.82 0 0.72 0.13
HSL 127.25º 0.73% 0.51% -
HSV(B) 127.25º 0.82% 0.87% -
XYZ 27.87 53.04 13.33 -
YUV 149.34 78.7 50.01 -
System Red Green Blue C M Y K H S L
Decimal 40 222 62 0.82 0 0.72 0.13 127.25 0.73 0.51
Hex 28 DE 3E 52 0 48 D 7F 49 33
Octal 50 336 76 122 0 110 15 177 111 63
Binary 101000 11011110 111110 1010010 0 1001000 1101 1111111 1001001 110011

Color Harmonies of #28DE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DE3E

Black with #28DE3E

Text Example


Text Example

White with #28DE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,222,62); }

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

background-color css

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

 a { background-color: rgb(40,222,62); }

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

border-color css

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

 span { border-color: rgb(40,222,62); }

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