#3cd534

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

Shades of Lime Green #3CD534

Tints of Lime Green #3CD534

Color information

#3CD534 (or 0x3CD534) is unknown color: approx Lime Green. HEX triplet: 3C, D5 and 34. RGB value is (60,213,52). Sum of RGB (Red+Green+Blue) = 60+213+52=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 213 (83.59% from 255 or 65.54% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD534 is #C32ACB. Grayscale: #959595. Windows color (decimal): -12790476 or 3462460. OLE color: 3462460.

HSL color Cylindrical-coordinate representation of color #3CD534: hue angle of 117.02º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CD534 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB6021352-
CMYK0.7200.760.16
HSL117.02º65.71%51.96%-
HSV(B)117.02º75.59%83.53%-
XYZ26.2848.811.28-
YUV148.973.3164.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.46%
GREEN value IS 213 (83.59% from 255) = 65.54%
BLUE value IS 52 (20.70% from 255) = 16%
R=18.46%
G=65.54%
B=16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal60213520.7200.760.16117.0265.7151.96
Hex3CD5344804C10754234
Octal743256411001142016510264
Binary111100110101011101001001000010011001000011101011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cd534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,213,52); }

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

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

 a { background-color: rgb(60,213,52); }

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

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

 span { border-color: rgb(60,213,52); }

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