#33CC42

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

Shades of Lime Green #33CC42

Tints of Lime Green #33CC42

Color information

#33CC42 (or 0x33CC42) is unknown color: approx Lime Green. HEX triplet: 33, CC and 42. RGB value is (51,204,66). Sum of RGB (Red+Green+Blue) = 51+204+66=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 204 (80.08% from 255 or 63.55% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CC42 is #CC33BD. Grayscale: #8E8E8E. Windows color (decimal): -13382590 or 4377651. OLE color: 4377651.

HSL color Cylindrical-coordinate representation of color #33CC42: hue angle of 125.88º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CC42 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB5120466-
CMYK0.7500.680.2
HSL125.88º60%50%-
HSV(B)125.88º75%80%-
XYZ23.9444.2812.44-
YUV142.5284.8162.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 204 (80.08% from 255) = 63.55%
BLUE value IS 66 (26.17% from 255) = 20.56%
R=15.89%
G=63.55%
B=20.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51204660.7500.680.2125.886050
Hex33CC424B044147e3c32
Octal633141021130104241767462
Binary110011110011001000010100101101000100101001111110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33CC42; }

 p { color: rgb(51,204,66); }

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

<style>
 a { background-color: #33CC42; }

 a { background-color: rgb(51,204,66); }

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

<style>
 span { border-color: #33CC42; }

 span { border-color: rgb(51,204,66); }

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