#3CCD33

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

Shades of Lime Green #3CCD33

Tints of Lime Green #3CCD33

Color information

#3CCD33 (or 0x3CCD33) is unknown color: approx Lime Green. HEX triplet: 3C, CD and 33. RGB value is (60,205,51). Sum of RGB (Red+Green+Blue) = 60+205+51=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 205 (80.47% from 255 or 64.87% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCD33 is #C332CC. Grayscale: #909090. Windows color (decimal): -12792525 or 3394876. OLE color: 3394876.

HSL color Cylindrical-coordinate representation of color #3CCD33: hue angle of 116.49º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CCD33 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB6020551-
CMYK0.7100.750.20
HSL116.49º60.63%50.2%-
HSV(B)116.49º75.12%80.39%-
XYZ24.2944.8610.51-
YUV144.0975.4668.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.99%
GREEN value IS 205 (80.47% from 255) = 64.87%
BLUE value IS 51 (20.31% from 255) = 16.14%
R=18.99%
G=64.87%
B=16.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal60205510.7100.750.20116.4960.6350.2
Hex3CCD334704B14743d32
Octal74315631070113241647562
Binary11110011001101110011100011101001011101001110100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,205,51); }

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

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

 a { background-color: rgb(60,205,51); }

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

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

 span { border-color: rgb(60,205,51); }

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