Html Css Color HEX #28DE10 Lime Green

📋 copy color: '#28DE10'

red 40 ◦ green 222 ◦ blue 16

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

Shades of Lime Green #28DE10

Tints of Lime Green #28DE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.76%

R = 14.39%
G = 79.86%
B = 5.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#28DE10 (or 0x28DE10) is known color: Lime Green. HEX triplet: 28, DE and 10. RGB value is (40,222,16). Sum of RGB (Red+Green+Blue) = 40+222+16=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 222 (87.11% from 255 or 79.86% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 222 - color contains mainly: green. Hex color #28DE10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DE10 is #D721EF. Grayscale: #909090. Windows color (decimal): -14098928 or 1105448. OLE color: 1105448.

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

Color convert

RGB 40 222 16 -
CMYK 0.82 0 0.93 0.13
HSL 113.01º 0.87% 0.47% -
HSV(B) 113.01º 0.93% 0.87% -
XYZ 27.09 52.73 9.24 -
YUV 144.1 55.7 53.75 -
System Red Green Blue C M Y K H S L
Decimal 40 222 16 0.82 0 0.93 0.13 113.01 0.87 0.47
Hex 28 DE 10 52 0 5D D 71 57 2F
Octal 50 336 20 122 0 135 15 161 127 57
Binary 101000 11011110 10000 1010010 0 1011101 1101 1110001 1010111 101111

Color Harmonies of #28DE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DE10

Black with #28DE10

Text Example


Text Example

White with #28DE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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