#35CB46

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

Shades of Lime Green #35CB46

Tints of Lime Green #35CB46

Color information

#35CB46 (or 0x35CB46) is unknown color: approx Lime Green. HEX triplet: 35, CB and 46. RGB value is (53,203,70). Sum of RGB (Red+Green+Blue) = 53+203+70=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 203 (79.69% from 255 or 62.27% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 203 - color contains mainly: green. Hex color #35CB46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CB46 is #CA34B9. Grayscale: #8F8F8F. Windows color (decimal): -13251770 or 4639541. OLE color: 4639541.

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

Color convert

RGB5320370-
CMYK0.7400.660.20
HSL126.8º59.06%50.2%-
HSV(B)126.8º73.89%79.61%-
XYZ23.9343.9113.01-
YUV142.9986.863.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 203 (79.69% from 255) = 62.27%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=16.26%
G=62.27%
B=21.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53203700.7400.660.20126.859.0650.2
Hex35CB464A042147f3b32
Octal653131061120102241777362
Binary110101110010111000110100101001000010101001111111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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