Html Css Color HEX #28D20E Lime Green

📋 copy color: '#28D20E'

red 40 ◦ green 210 ◦ blue 14

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

Shades of Lime Green #28D20E

Tints of Lime Green #28D20E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 79.55%

 BLUE value IS 14 (5.86% from 255) = 5.3%

R = 15.15%
G = 79.55%
B = 5.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#28D20E (or 0x28D20E) is known color: Lime Green. HEX triplet: 28, D2 and 0E. RGB value is (40,210,14). Sum of RGB (Red+Green+Blue) = 40+210+14=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 210 (82.42% from 255 or 79.55% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 210 - color contains mainly: green. Hex color #28D20E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D20E is #D72DF1. Grayscale: #898989. Windows color (decimal): -14102002 or 971304. OLE color: 971304.

HSL color Cylindrical-coordinate representation of color #28D20E: hue angle of 112.04º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28D20E is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 40 210 14 -
CMYK 0.81 0 0.93 0.18
HSL 112.04º 0.88% 0.44% -
HSV(B) 112.04º 0.93% 0.82% -
XYZ 24 46.58 8.14 -
YUV 136.83 58.68 58.94 -
System Red Green Blue C M Y K H S L
Decimal 40 210 14 0.81 0 0.93 0.18 112.04 0.88 0.44
Hex 28 D2 E 51 0 5D 12 70 58 2C
Octal 50 322 16 121 0 135 22 160 130 54
Binary 101000 11010010 1110 1010001 0 1011101 10010 1110000 1011000 101100

Color Harmonies of #28D20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D20E

Black with #28D20E

Text Example


Text Example

White with #28D20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,210,14); }

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

background-color css

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

 a { background-color: rgb(40,210,14); }

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

border-color css

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

 span { border-color: rgb(40,210,14); }

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