#28CC34

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

Shades of Lime Green #28CC34

Tints of Lime Green #28CC34

Color information

#28CC34 (or 0x28CC34) is unknown color: approx Lime Green. HEX triplet: 28, CC and 34. RGB value is (40,204,52). Sum of RGB (Red+Green+Blue) = 40+204+52=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 204 (80.08% from 255 or 68.92% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 204 - color contains mainly: green. Hex color #28CC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CC34 is #D733CB. Grayscale: #8A8A8A. Windows color (decimal): -14103500 or 3460136. OLE color: 3460136.

HSL color Cylindrical-coordinate representation of color #28CC34: hue angle of 124.39º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CC34 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB4020452-
CMYK0.8000.750.2
HSL124.39º67.21%47.84%-
HSV(B)124.39º80.39%80%-
XYZ23.0943.8810.5-
YUV137.6479.6758.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.51%
GREEN value IS 204 (80.08% from 255) = 68.92%
BLUE value IS 52 (20.70% from 255) = 17.57%
R=13.51%
G=68.92%
B=17.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal40204520.8000.750.2124.3967.2147.84
Hex28CC345004B147c4330
Octal503146412001132417410360
Binary101000110011001101001010000010010111010011111001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28CC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,204,52); }

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

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

 a { background-color: rgb(40,204,52); }

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

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

 span { border-color: rgb(40,204,52); }

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