#3CFF33

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

Shades of Lime Green #3CFF33

Tints of Lime Green #3CFF33

Color information

#3CFF33 (or 0x3CFF33) is unknown color: approx Lime Green. HEX triplet: 3C, FF and 33. RGB value is (60,255,51). Sum of RGB (Red+Green+Blue) = 60+255+51=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 255 (100% from 255 or 69.67% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFF33 is #C300CC. Grayscale: #AEAEAE. Windows color (decimal): -12779725 or 3407676. OLE color: 3407676.

HSL color Cylindrical-coordinate representation of color #3CFF33: hue angle of 117.35º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3CFF33 is Cyan = 0.76, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.

Color convert

RGB6025551-
CMYK0.7600.80
HSL117.35º100%60%-
HSV(B)117.35º80%100%-
XYZ38.2272.7215.15-
YUV173.4458.947.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.39%
GREEN value IS 255 (100% from 255) = 69.67%
BLUE value IS 51 (20.31% from 255) = 13.93%
R=16.39%
G=69.67%
B=13.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal60255510.7600.80117.3510060
Hex3CFF334C050075643c
Octal74377631140120016514474
Binary11110011111111110011100110001010000011101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CFF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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