#3CD253

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

Shades of Lime Green #3CD253

Tints of Lime Green #3CD253

Color information

#3CD253 (or 0x3CD253) is unknown color: approx Lime Green. HEX triplet: 3C, D2 and 53. RGB value is (60,210,83). Sum of RGB (Red+Green+Blue) = 60+210+83=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 210 (82.42% from 255 or 59.49% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD253 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD253 is #C32DAC. Grayscale: #979797. Windows color (decimal): -12791213 or 5493308. OLE color: 5493308.

HSL color Cylindrical-coordinate representation of color #3CD253: hue angle of 129.2º 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 #3CD253 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB6021083-
CMYK0.7100.600.18
HSL129.2º62.5%52.94%-
HSV(B)129.2º71.43%82.35%-
XYZ26.4747.6815.99-
YUV150.6789.863.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.00%
GREEN value IS 210 (82.42% from 255) = 59.49%
BLUE value IS 83 (32.81% from 255) = 23.51%
R=17.00%
G=59.49%
B=23.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal60210830.7100.600.18129.262.552.94
Hex3CD2534703C12813e35
Octal74322123107074222017665
Binary111100110100101010011100011101111001001010000001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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