#3CB832

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

Shades of Lime Green #3CB832

Tints of Lime Green #3CB832

Color information

#3CB832 (or 0x3CB832) is unknown color: approx Lime Green. HEX triplet: 3C, B8 and 32. RGB value is (60,184,50). Sum of RGB (Red+Green+Blue) = 60+184+50=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 184 (72.27% from 255 or 62.59% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB832 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB832 is #C347CD. Grayscale: #848484. Windows color (decimal): -12797902 or 3323964. OLE color: 3323964.

HSL color Cylindrical-coordinate representation of color #3CB832: hue angle of 115.52º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CB832 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB6018450-
CMYK0.6700.730.28
HSL115.52º57.26%45.88%-
HSV(B)115.52º72.83%72.16%-
XYZ19.5835.478.83-
YUV131.6581.9276.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.41%
GREEN value IS 184 (72.27% from 255) = 62.59%
BLUE value IS 50 (19.92% from 255) = 17.01%
R=20.41%
G=62.59%
B=17.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal60184500.6700.730.28115.5257.2645.88
Hex3CB832430491C74392e
Octal74270621030111341647156
Binary11110010111000110010100001101001001111001110100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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