Html Css Color HEX #28D940 Lime Green

📋 copy color: '#28D940'

red 40 ◦ green 217 ◦ blue 64

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

Shades of Lime Green #28D940

Tints of Lime Green #28D940

RGB

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

 GREEN value IS 217 (85.16% from 255) = 67.6%

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 12.46%
G = 67.6%
B = 19.94%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#28D940 (or 0x28D940) is known color: Lime Green. HEX triplet: 28, D9 and 40. RGB value is (40,217,64). Sum of RGB (Red+Green+Blue) = 40+217+64=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 217 (85.16% from 255 or 67.60% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 217 - color contains mainly: green. Hex color #28D940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D940 is #D726BF. Grayscale: #939393. Windows color (decimal): -14100160 or 4249896. OLE color: 4249896.

HSL color Cylindrical-coordinate representation of color #28D940: hue angle of 128.14º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D940 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 217 64 -
CMYK 0.82 0 0.71 0.15
HSL 128.14º 0.7% 0.5% -
HSV(B) 128.14º 0.82% 0.85% -
XYZ 26.61 50.45 13.19 -
YUV 146.64 81.36 51.94 -
System Red Green Blue C M Y K H S L
Decimal 40 217 64 0.82 0 0.71 0.15 128.14 0.7 0.5
Hex 28 D9 40 52 0 47 F 80 46 32
Octal 50 331 100 122 0 107 17 200 106 62
Binary 101000 11011001 1000000 1010010 0 1000111 1111 10000000 1000110 110010

Color Harmonies of #28D940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D940

Black with #28D940

Text Example


Text Example

White with #28D940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,217,64); }

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

background-color css

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

 a { background-color: rgb(40,217,64); }

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

border-color css

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

 span { border-color: rgb(40,217,64); }

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