#28c33f

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

Shades of Lime Green #28C33F

Tints of Lime Green #28C33F

Color information

#28C33F (or 0x28C33F) is unknown color: approx Lime Green. HEX triplet: 28, C3 and 3F. RGB value is (40,195,63). Sum of RGB (Red+Green+Blue) = 40+195+63=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 195 (76.56% from 255 or 65.44% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 195 - color contains mainly: green. Hex color #28C33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C33F is #D73CC0. Grayscale: #858585. Windows color (decimal): -14105793 or 4178728. OLE color: 4178728.

HSL color Cylindrical-coordinate representation of color #28C33F: hue angle of 128.9º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C33F is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB4019563-
CMYK0.7900.680.24
HSL128.9º65.96%46.08%-
HSV(B)128.9º79.49%76.47%-
XYZ21.2939.8411.27-
YUV133.6188.1561.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.42%
GREEN value IS 195 (76.56% from 255) = 65.44%
BLUE value IS 63 (25% from 255) = 21.14%
R=13.42%
G=65.44%
B=21.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal40195630.7900.680.24128.965.9646.08
Hex28C33F4F0441881422e
Octal503037711701043020110256
Binary1010001100001111111110011110100010011000100000011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28c33f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,195,63); }

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

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

 a { background-color: rgb(40,195,63); }

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

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

 span { border-color: rgb(40,195,63); }

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