#33C135

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

Shades of Lime Green #33C135

Tints of Lime Green #33C135

Color information

#33C135 (or 0x33C135) is unknown color: approx Lime Green. HEX triplet: 33, C1 and 35. RGB value is (51,193,53). Sum of RGB (Red+Green+Blue) = 51+193+53=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #33C135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C135 is #CC3ECA. Grayscale: #878787. Windows color (decimal): -13385419 or 3522867. OLE color: 3522867.

HSL color Cylindrical-coordinate representation of color #33C135: hue angle of 120.85º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C135 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB5119353-
CMYK0.7400.730.24
HSL120.85º58.2%47.84%-
HSV(B)120.85º73.58%75.69%-
XYZ21.0839.19.8-
YUV134.5881.9668.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 193 (75.78% from 255) = 64.98%
BLUE value IS 53 (21.09% from 255) = 17.85%
R=17.17%
G=64.98%
B=17.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51193530.7400.730.24120.8558.247.84
Hex33C1354A04918793a30
Octal63301651120111301717260
Binary11001111000001110101100101001001001110001111001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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