#33CA35

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

Shades of Lime Green #33CA35

Tints of Lime Green #33CA35

Color information

#33CA35 (or 0x33CA35) is unknown color: approx Lime Green. HEX triplet: 33, CA and 35. RGB value is (51,202,53). Sum of RGB (Red+Green+Blue) = 51+202+53=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 202 (79.30% from 255 or 66.01% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 202 - color contains mainly: green. Hex color #33CA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CA35 is #CC35CA. Grayscale: #8C8C8C. Windows color (decimal): -13383115 or 3525171. OLE color: 3525171.

HSL color Cylindrical-coordinate representation of color #33CA35: hue angle of 120.79º 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 #33CA35 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB5120253-
CMYK0.7500.740.21
HSL120.79º59.68%49.61%-
HSV(B)120.79º74.75%79.22%-
XYZ23.1343.210.49-
YUV139.8678.9764.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.67%
GREEN value IS 202 (79.30% from 255) = 66.01%
BLUE value IS 53 (21.09% from 255) = 17.32%
R=16.67%
G=66.01%
B=17.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51202530.7500.740.21120.7959.6849.61
Hex33CA354B04A15793c32
Octal63312651130112251717462
Binary11001111001010110101100101101001010101011111001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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