#3CBD35

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

Shades of Lime Green #3CBD35

Tints of Lime Green #3CBD35

Color information

#3CBD35 (or 0x3CBD35) is unknown color: approx Lime Green. HEX triplet: 3C, BD and 35. RGB value is (60,189,53). Sum of RGB (Red+Green+Blue) = 60+189+53=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 189 (74.22% from 255 or 62.58% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBD35 is #C342CA. Grayscale: #878787. Windows color (decimal): -12796619 or 3521852. OLE color: 3521852.

HSL color Cylindrical-coordinate representation of color #3CBD35: hue angle of 116.91º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CBD35 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB6018953-
CMYK0.6800.720.26
HSL116.91º56.2%47.45%-
HSV(B)116.91º71.96%74.12%-
XYZ20.737.619.54-
YUV134.9281.7674.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.87%
GREEN value IS 189 (74.22% from 255) = 62.58%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=19.87%
G=62.58%
B=17.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal60189530.6800.720.26116.9156.247.45
Hex3CBD35440481A75382f
Octal74275651040110321657057
Binary11110010111101110101100010001001000110101110101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CBD35; }

 p { color: rgb(60,189,53); }

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

<style>
 a { background-color: #3CBD35; }

 a { background-color: rgb(60,189,53); }

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

<style>
 span { border-color: #3CBD35; }

 span { border-color: rgb(60,189,53); }

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