#3cd12d

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

Shades of Lime Green #3CD12D

Tints of Lime Green #3CD12D

Color information

#3CD12D (or 0x3CD12D) is unknown color: approx Lime Green. HEX triplet: 3C, D1 and 2D. RGB value is (60,209,45). Sum of RGB (Red+Green+Blue) = 60+209+45=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 209 (82.03% from 255 or 66.56% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 209 - color contains mainly: green. Hex color #3CD12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD12D is #C32ED2. Grayscale: #929292. Windows color (decimal): -12791507 or 3002684. OLE color: 3002684.

HSL color Cylindrical-coordinate representation of color #3CD12D: hue angle of 114.51º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CD12D is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB6020945-
CMYK0.7100.780.18
HSL114.51º64.57%49.8%-
HSV(B)114.51º78.47%81.96%-
XYZ25.1446.7510.18-
YUV145.7571.1466.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.11%
GREEN value IS 209 (82.03% from 255) = 66.56%
BLUE value IS 45 (17.97% from 255) = 14.33%
R=19.11%
G=66.56%
B=14.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal60209450.7100.780.18114.5164.5749.8
Hex3CD12D4704E12734132
Octal743215510701162216310162
Binary111100110100011011011000111010011101001011100111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cd12d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,209,45); }

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

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

 a { background-color: rgb(60,209,45); }

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

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

 span { border-color: rgb(60,209,45); }

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