#3CD437

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

Shades of Lime Green #3CD437

Tints of Lime Green #3CD437

Color information

#3CD437 (or 0x3CD437) is unknown color: approx Lime Green. HEX triplet: 3C, D4 and 37. RGB value is (60,212,55). Sum of RGB (Red+Green+Blue) = 60+212+55=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 212 (83.20% from 255 or 64.83% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 212 - color contains mainly: green. Hex color #3CD437 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD437 is #C32BC8. Grayscale: #959595. Windows color (decimal): -12790729 or 3658812. OLE color: 3658812.

HSL color Cylindrical-coordinate representation of color #3CD437: hue angle of 118.09º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CD437 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB6021255-
CMYK0.7200.740.17
HSL118.09º64.61%52.35%-
HSV(B)118.09º74.06%83.14%-
XYZ26.148.3211.57-
YUV148.6575.1464.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.35%
GREEN value IS 212 (83.20% from 255) = 64.83%
BLUE value IS 55 (21.88% from 255) = 16.82%
R=18.35%
G=64.83%
B=16.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal60212550.7200.740.17118.0964.6152.35
Hex3CD4374804A11764134
Octal743246711001122116610164
Binary111100110101001101111001000010010101000111101101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,212,55); }

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

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

 a { background-color: rgb(60,212,55); }

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

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

 span { border-color: rgb(60,212,55); }

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