Html Css Color HEX #28DD14 Lime Green

📋 copy color: '#28DD14'

red 40 ◦ green 221 ◦ blue 20

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

Shades of Lime Green #28DD14

Tints of Lime Green #28DD14

RGB

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

 GREEN value IS 221 (86.72% from 255) = 78.65%

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 14.23%
G = 78.65%
B = 7.12%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#28DD14 (or 0x28DD14) is known color: Lime Green. HEX triplet: 28, DD and 14. RGB value is (40,221,20). Sum of RGB (Red+Green+Blue) = 40+221+20=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 221 (86.72% from 255 or 78.65% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DD14 is #D722EB. Grayscale: #909090. Windows color (decimal): -14099180 or 1367336. OLE color: 1367336.

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

Color convert

RGB 40 221 20 -
CMYK 0.82 0 0.91 0.13
HSL 114.03º 0.83% 0.47% -
HSV(B) 114.03º 0.91% 0.87% -
XYZ 26.86 52.21 9.32 -
YUV 143.97 58.03 53.84 -
System Red Green Blue C M Y K H S L
Decimal 40 221 20 0.82 0 0.91 0.13 114.03 0.83 0.47
Hex 28 DD 14 52 0 5B D 72 53 2F
Octal 50 335 24 122 0 133 15 162 123 57
Binary 101000 11011101 10100 1010010 0 1011011 1101 1110010 1010011 101111

Color Harmonies of #28DD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DD14

Black with #28DD14

Text Example


Text Example

White with #28DD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,221,20); }

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

background-color css

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

 a { background-color: rgb(40,221,20); }

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

border-color css

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

 span { border-color: rgb(40,221,20); }

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