#35C033

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

Shades of Lime Green #35C033

Tints of Lime Green #35C033

Color information

#35C033 (or 0x35C033) is unknown color: approx Lime Green. HEX triplet: 35, C0 and 33. RGB value is (53,192,51). Sum of RGB (Red+Green+Blue) = 53+192+51=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #35C033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C033 is #CA3FCC. Grayscale: #868686. Windows color (decimal): -13254605 or 3391541. OLE color: 3391541.

HSL color Cylindrical-coordinate representation of color #35C033: hue angle of 119.15º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C033 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB5319251-
CMYK0.7200.730.25
HSL119.15º58.02%47.65%-
HSV(B)119.15º73.44%75.29%-
XYZ20.9238.79.5-
YUV134.3680.9569.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 192 (75.39% from 255) = 64.86%
BLUE value IS 51 (20.31% from 255) = 17.23%
R=17.91%
G=64.86%
B=17.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53192510.7200.730.25119.1558.0247.65
Hex35C0334804919773a30
Octal65300631100111311677260
Binary11010111000000110011100100001001001110011110111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35C033; }

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

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

<style>
 a { background-color: #35C033; }

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

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

<style>
 span { border-color: #35C033; }

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

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