#28C429

Color #28C429 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #28C429

Tints of Lime Green #28C429

Color information

#28C429 (or 0x28C429) is unknown color: approx Lime Green. HEX triplet: 28, C4 and 29. RGB value is (40,196,41). Sum of RGB (Red+Green+Blue) = 40+196+41=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 196 (76.95% from 255 or 70.76% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 196 - color contains mainly: green. Hex color #28C429 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C429 is #D73BD6. Grayscale: #848484. Windows color (decimal): -14105559 or 2737192. OLE color: 2737192.

HSL color Cylindrical-coordinate representation of color #28C429: hue angle of 120.38º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C429 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB4019641-
CMYK0.8000.790.23
HSL120.38º66.1%46.27%-
HSV(B)120.38º79.59%76.86%-
XYZ21.0240.098.73-
YUV131.6976.8262.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.44%
GREEN value IS 196 (76.95% from 255) = 70.76%
BLUE value IS 41 (16.41% from 255) = 14.80%
R=14.44%
G=70.76%
B=14.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal40196410.8000.790.23120.3866.146.27
Hex28C4295004F1778422e
Octal503045112001172717010256
Binary101000110001001010011010000010011111011111110001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,196,41); }

 H1.HeaderClassName
 {
   color: #28C429;
 }
 .AnyTagClassName
 {
   color: #28C429;
 }
</style>
background-color css

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

 a { background-color: rgb(40,196,41); }

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

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

 span { border-color: rgb(40,196,41); }

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