#3cd23d

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

Shades of Lime Green #3CD23D

Tints of Lime Green #3CD23D

Color information

#3CD23D (or 0x3CD23D) is unknown color: approx Lime Green. HEX triplet: 3C, D2 and 3D. RGB value is (60,210,61). Sum of RGB (Red+Green+Blue) = 60+210+61=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 210 (82.42% from 255 or 63.44% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD23D is #C32DC2. Grayscale: #949494. Windows color (decimal): -12791235 or 4051516. OLE color: 4051516.

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

Color convert

RGB6021061-
CMYK0.7100.710.18
HSL120.4º62.5%52.94%-
HSV(B)120.4º71.43%82.35%-
XYZ25.7547.3912.2-
YUV148.1678.8165.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.13%
GREEN value IS 210 (82.42% from 255) = 63.44%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=18.13%
G=63.44%
B=18.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal60210610.7100.710.18120.462.552.94
Hex3CD23D4704712783e35
Octal74322751070107221707665
Binary11110011010010111101100011101000111100101111000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cd23d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,210,61); }

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

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

 a { background-color: rgb(60,210,61); }

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

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

 span { border-color: rgb(60,210,61); }

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