#3CCB32

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

Shades of Lime Green #3CCB32

Tints of Lime Green #3CCB32

Color information

#3CCB32 (or 0x3CCB32) is unknown color: approx Lime Green. HEX triplet: 3C, CB and 32. RGB value is (60,203,50). Sum of RGB (Red+Green+Blue) = 60+203+50=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 203 (79.69% from 255 or 64.86% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCB32 is #C334CD. Grayscale: #8F8F8F. Windows color (decimal): -12793038 or 3328828. OLE color: 3328828.

HSL color Cylindrical-coordinate representation of color #3CCB32: hue angle of 116.08º degrees, saturation: 0.6, 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 #3CCB32 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB6020350-
CMYK0.7000.750.20
HSL116.08º60.47%49.61%-
HSV(B)116.08º75.37%79.61%-
XYZ23.843.910.24-
YUV142.875.6268.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.17%
GREEN value IS 203 (79.69% from 255) = 64.86%
BLUE value IS 50 (19.92% from 255) = 15.97%
R=19.17%
G=64.86%
B=15.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal60203500.7000.750.20116.0860.4749.61
Hex3CCB324604B14743c32
Octal74313621060113241647462
Binary11110011001011110010100011001001011101001110100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,203,50); }

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

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

 a { background-color: rgb(60,203,50); }

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

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

 span { border-color: rgb(60,203,50); }

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