#35CA34

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

Shades of Lime Green #35CA34

Tints of Lime Green #35CA34

Color information

#35CA34 (or 0x35CA34) is unknown color: approx Lime Green. HEX triplet: 35, CA and 34. RGB value is (53,202,52). Sum of RGB (Red+Green+Blue) = 53+202+52=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 202 (79.30% from 255 or 65.80% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CA34 is #CA35CB. Grayscale: #8C8C8C. Windows color (decimal): -13252044 or 3459637. OLE color: 3459637.

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

Color convert

RGB5320252-
CMYK0.7400.740.21
HSL119.6º59.06%49.8%-
HSV(B)119.6º74.26%79.22%-
XYZ23.2143.2510.37-
YUV140.3578.1465.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 202 (79.30% from 255) = 65.80%
BLUE value IS 52 (20.70% from 255) = 16.94%
R=17.26%
G=65.80%
B=16.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53202520.7400.740.21119.659.0649.8
Hex35CA344A04A15783b32
Octal65312641120112251707362
Binary11010111001010110100100101001001010101011111000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,202,52); }

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

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

 a { background-color: rgb(53,202,52); }

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

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

 span { border-color: rgb(53,202,52); }

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