#3CB233

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

Shades of Lime Green #3CB233

Tints of Lime Green #3CB233

Color information

#3CB233 (or 0x3CB233) is unknown color: approx Lime Green. HEX triplet: 3C, B2 and 33. RGB value is (60,178,51). Sum of RGB (Red+Green+Blue) = 60+178+51=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 178 (69.92% from 255 or 61.59% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB233 is #C34DCC. Grayscale: #808080. Windows color (decimal): -12799437 or 3387964. OLE color: 3387964.

HSL color Cylindrical-coordinate representation of color #3CB233: hue angle of 115.75º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CB233 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB6017851-
CMYK0.6600.710.30
HSL115.75º55.46%44.9%-
HSV(B)115.75º71.35%69.8%-
XYZ18.3833.048.54-
YUV128.2484.4179.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.76%
GREEN value IS 178 (69.92% from 255) = 61.59%
BLUE value IS 51 (20.31% from 255) = 17.65%
R=20.76%
G=61.59%
B=17.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60178510.6600.710.30115.7555.4644.9
Hex3CB233420471E74372d
Octal74262631020107361646755
Binary11110010110010110011100001001000111111101110100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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