#33CA42

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

Shades of Lime Green #33CA42

Tints of Lime Green #33CA42

Color information

#33CA42 (or 0x33CA42) is unknown color: approx Lime Green. HEX triplet: 33, CA and 42. RGB value is (51,202,66). Sum of RGB (Red+Green+Blue) = 51+202+66=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 202 (79.30% from 255 or 63.32% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 202 - color contains mainly: green. Hex color #33CA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CA42 is #CC35BD. Grayscale: #8D8D8D. Windows color (decimal): -13383102 or 4377139. OLE color: 4377139.

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

Color convert

RGB5120266-
CMYK0.7500.670.21
HSL125.96º59.68%49.61%-
HSV(B)125.96º74.75%79.22%-
XYZ23.4743.3412.28-
YUV141.3585.4763.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.99%
GREEN value IS 202 (79.30% from 255) = 63.32%
BLUE value IS 66 (26.17% from 255) = 20.69%
R=15.99%
G=63.32%
B=20.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51202660.7500.670.21125.9659.6849.61
Hex33CA424B043157e3c32
Octal633121021130103251767462
Binary110011110010101000010100101101000011101011111110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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