Html Css Color HEX #28DE2F Lime Green

📋 copy color: '#28DE2F'

red 40 ◦ green 222 ◦ blue 47

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

Shades of Lime Green #28DE2F

Tints of Lime Green #28DE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 12.94%
G = 71.84%
B = 15.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#28DE2F (or 0x28DE2F) is known color: Lime Green. HEX triplet: 28, DE and 2F. RGB value is (40,222,47). Sum of RGB (Red+Green+Blue) = 40+222+47=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 222 (87.11% from 255 or 71.84% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 222 - color contains mainly: green. Hex color #28DE2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DE2F is #D721D0. Grayscale: #949494. Windows color (decimal): -14098897 or 3137064. OLE color: 3137064.

HSL color Cylindrical-coordinate representation of color #28DE2F: hue angle of 122.31º 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 #28DE2F is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 222 47 -
CMYK 0.82 0 0.79 0.13
HSL 122.31º 0.73% 0.51% -
HSV(B) 122.31º 0.82% 0.87% -
XYZ 27.51 52.9 11.45 -
YUV 147.63 71.2 51.23 -
System Red Green Blue C M Y K H S L
Decimal 40 222 47 0.82 0 0.79 0.13 122.31 0.73 0.51
Hex 28 DE 2F 52 0 4F D 7A 49 33
Octal 50 336 57 122 0 117 15 172 111 63
Binary 101000 11011110 101111 1010010 0 1001111 1101 1111010 1001001 110011

Color Harmonies of #28DE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DE2F

Black with #28DE2F

Text Example


Text Example

White with #28DE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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