#3EFF33

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

Shades of Lime Green #3EFF33

Tints of Lime Green #3EFF33

Color information

#3EFF33 (or 0x3EFF33) is unknown color: approx Lime Green. HEX triplet: 3E, FF and 33. RGB value is (62,255,51). Sum of RGB (Red+Green+Blue) = 62+255+51=368 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.85% from 368); Green value is 255 (100% from 255 or 69.29% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFF33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFF33 is #C100CC. Grayscale: #AEAEAE. Windows color (decimal): -12648653 or 3407678. OLE color: 3407678.

HSL color Cylindrical-coordinate representation of color #3EFF33: hue angle of 116.76º 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 #3EFF33 is Cyan = 0.76, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.

Color convert

RGB6225551-
CMYK0.7600.80
HSL116.76º100%60%-
HSV(B)116.76º80%100%-
XYZ38.3472.7815.16-
YUV174.0458.5648.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.85%
GREEN value IS 255 (100% from 255) = 69.29%
BLUE value IS 51 (20.31% from 255) = 13.86%
R=16.85%
G=69.29%
B=13.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal62255510.7600.80116.7610060
Hex3EFF334C050075643c
Octal76377631140120016514474
Binary11111011111111110011100110001010000011101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EFF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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