#3cd51a

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

Shades of Lime Green #3CD51A

Tints of Lime Green #3CD51A

Color information

#3CD51A (or 0x3CD51A) is unknown color: approx Lime Green. HEX triplet: 3C, D5 and 1A. RGB value is (60,213,26). Sum of RGB (Red+Green+Blue) = 60+213+26=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 213 (83.59% from 255 or 71.24% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD51A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD51A is #C32AE5. Grayscale: #929292. Windows color (decimal): -12790502 or 1758524. OLE color: 1758524.

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

Color convert

RGB6021326-
CMYK0.7200.880.16
HSL109.09º78.24%46.86%-
HSV(B)109.09º87.79%83.53%-
XYZ25.8448.629-
YUV145.9460.3166.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.07%
GREEN value IS 213 (83.59% from 255) = 71.24%
BLUE value IS 26 (10.55% from 255) = 8.70%
R=20.07%
G=71.24%
B=8.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal60213260.7200.880.16109.0978.2446.86
Hex3CD51A48058106d4e2f
Octal743253211001302015511657
Binary11110011010101110101001000010110001000011011011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cd51a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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