Html Css Color HEX #28D20F Lime Green

📋 copy color: '#28D20F'

red 40 ◦ green 210 ◦ blue 15

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

Shades of Lime Green #28D20F

Tints of Lime Green #28D20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.66%

R = 15.09%
G = 79.25%
B = 5.66%

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

#28D20F (or 0x28D20F) is known color: Lime Green. HEX triplet: 28, D2 and 0F. RGB value is (40,210,15). Sum of RGB (Red+Green+Blue) = 40+210+15=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 210 (82.42% from 255 or 79.25% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 210 - color contains mainly: green. Hex color #28D20F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D20F is #D72DF0. Grayscale: #898989. Windows color (decimal): -14102001 or 1036840. OLE color: 1036840.

HSL color Cylindrical-coordinate representation of color #28D20F: hue angle of 112.31º degrees, saturation: 0.87, 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 #28D20F is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 40 210 15 -
CMYK 0.81 0 0.93 0.18
HSL 112.31º 0.87% 0.44% -
HSV(B) 112.31º 0.93% 0.82% -
XYZ 24.01 46.58 8.18 -
YUV 136.94 59.18 58.86 -
System Red Green Blue C M Y K H S L
Decimal 40 210 15 0.81 0 0.93 0.18 112.31 0.87 0.44
Hex 28 D2 F 51 0 5D 12 70 57 2C
Octal 50 322 17 121 0 135 22 160 127 54
Binary 101000 11010010 1111 1010001 0 1011101 10010 1110000 1010111 101100

Color Harmonies of #28D20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D20F

Black with #28D20F

Text Example


Text Example

White with #28D20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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