#39CA35

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

Shades of Lime Green #39CA35

Tints of Lime Green #39CA35

Color information

#39CA35 (or 0x39CA35) is unknown color: approx Lime Green. HEX triplet: 39, CA and 35. RGB value is (57,202,53). Sum of RGB (Red+Green+Blue) = 57+202+53=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 202 (79.30% from 255 or 64.74% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 202 - color contains mainly: green. Hex color #39CA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39CA35 is #C635CA. Grayscale: #8E8E8E. Windows color (decimal): -12989899 or 3525177. OLE color: 3525177.

HSL color Cylindrical-coordinate representation of color #39CA35: hue angle of 118.39º degrees, saturation: 0.58, 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 #39CA35 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB5720253-
CMYK0.7200.740.21
HSL118.39º58.43%50%-
HSV(B)118.39º73.76%79.22%-
XYZ23.4543.3710.5-
YUV141.6677.9667.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.27%
GREEN value IS 202 (79.30% from 255) = 64.74%
BLUE value IS 53 (21.09% from 255) = 16.99%
R=18.27%
G=64.74%
B=16.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal57202530.7200.740.21118.3958.4350
Hex39CA354804A15763a32
Octal71312651100112251667262
Binary11100111001010110101100100001001010101011110110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39CA35; }

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

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

<style>
 a { background-color: #39CA35; }

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

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

<style>
 span { border-color: #39CA35; }

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

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