#33C340

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

Shades of Lime Green #33C340

Tints of Lime Green #33C340

Color information

#33C340 (or 0x33C340) is unknown color: approx Lime Green. HEX triplet: 33, C3 and 40. RGB value is (51,195,64). Sum of RGB (Red+Green+Blue) = 51+195+64=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 195 (76.56% from 255 or 62.90% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 195 - color contains mainly: green. Hex color #33C340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C340 is #CC3CBF. Grayscale: #898989. Windows color (decimal): -13384896 or 4244275. OLE color: 4244275.

HSL color Cylindrical-coordinate representation of color #33C340: hue angle of 125.42º degrees, saturation: 0.59, 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 #33C340 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB5119564-
CMYK0.7400.670.24
HSL125.42º58.54%48.24%-
HSV(B)125.42º73.85%76.47%-
XYZ21.8140.111.44-
YUV137.0186.7966.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 195 (76.56% from 255) = 62.90%
BLUE value IS 64 (25.39% from 255) = 20.65%
R=16.45%
G=62.90%
B=20.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51195640.7400.670.24125.4258.5448.24
Hex33C3404A043187d3b30
Octal633031001120103301757360
Binary110011110000111000000100101001000011110001111101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,195,64); }

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

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

 a { background-color: rgb(51,195,64); }

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

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

 span { border-color: rgb(51,195,64); }

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