#3CC233

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

Shades of Lime Green #3CC233

Tints of Lime Green #3CC233

Color information

#3CC233 (or 0x3CC233) is unknown color: approx Lime Green. HEX triplet: 3C, C2 and 33. RGB value is (60,194,51). Sum of RGB (Red+Green+Blue) = 60+194+51=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 194 (76.17% from 255 or 63.61% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC233 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC233 is #C33DCC. Grayscale: #8A8A8A. Windows color (decimal): -12795341 or 3392060. OLE color: 3392060.

HSL color Cylindrical-coordinate representation of color #3CC233: hue angle of 116.22º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CC233 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB6019451-
CMYK0.6900.740.24
HSL116.22º58.37%48.04%-
HSV(B)116.22º73.71%76.08%-
XYZ21.7539.789.66-
YUV137.6379.1172.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.67%
GREEN value IS 194 (76.17% from 255) = 63.61%
BLUE value IS 51 (20.31% from 255) = 16.72%
R=19.67%
G=63.61%
B=16.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal60194510.6900.740.24116.2258.3748.04
Hex3CC2334504A18743a30
Octal74302631050112301647260
Binary11110011000010110011100010101001010110001110100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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