#3CD237

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

Shades of Lime Green #3CD237

Tints of Lime Green #3CD237

Color information

#3CD237 (or 0x3CD237) is unknown color: approx Lime Green. HEX triplet: 3C, D2 and 37. RGB value is (60,210,55). Sum of RGB (Red+Green+Blue) = 60+210+55=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 210 (82.42% from 255 or 64.62% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD237 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD237 is #C32DC8. Grayscale: #939393. Windows color (decimal): -12791241 or 3658300. OLE color: 3658300.

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

Color convert

RGB6021055-
CMYK0.7100.740.18
HSL118.06º63.27%51.96%-
HSV(B)118.06º73.81%82.35%-
XYZ25.647.3311.4-
YUV147.4875.8165.6-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.46%
GREEN value IS 210 (82.42% from 255) = 64.62%
BLUE value IS 55 (21.88% from 255) = 16.92%
R=18.46%
G=64.62%
B=16.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal60210550.7100.740.18118.0663.2751.96
Hex3CD2374704A12763f34
Octal74322671070112221667764
Binary11110011010010110111100011101001010100101110110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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