#35CB2C

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

Shades of Lime Green #35CB2C

Tints of Lime Green #35CB2C

Color information

#35CB2C (or 0x35CB2C) is unknown color: approx Lime Green. HEX triplet: 35, CB and 2C. RGB value is (53,203,44). Sum of RGB (Red+Green+Blue) = 53+203+44=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 203 (79.69% from 255 or 67.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 203 - color contains mainly: green. Hex color #35CB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CB2C is #CA34D3. Grayscale: #8C8C8C. Windows color (decimal): -13251796 or 2935605. OLE color: 2935605.

HSL color Cylindrical-coordinate representation of color #35CB2C: hue angle of 116.6º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35CB2C is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB5320344-
CMYK0.7400.780.20
HSL116.6º64.37%48.43%-
HSV(B)116.6º78.33%79.61%-
XYZ23.2843.659.58-
YUV140.0273.8165.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.67%
GREEN value IS 203 (79.69% from 255) = 67.67%
BLUE value IS 44 (17.58% from 255) = 14.67%
R=17.67%
G=67.67%
B=14.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53203440.7400.780.20116.664.3748.43
Hex35CB2C4A04E14754030
Octal653135411201162416510060
Binary110101110010111011001001010010011101010011101011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CB2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,203,44); }

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

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

 a { background-color: rgb(53,203,44); }

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

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

 span { border-color: rgb(53,203,44); }

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