#3FE133

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

Shades of Lime Green #3FE133

Tints of Lime Green #3FE133

Color information

#3FE133 (or 0x3FE133) is unknown color: approx Lime Green. HEX triplet: 3F, E1 and 33. RGB value is (63,225,51). Sum of RGB (Red+Green+Blue) = 63+225+51=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 225 (88.28% from 255 or 66.37% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE133 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE133 is #C01ECC. Grayscale: #9D9D9D. Windows color (decimal): -12590797 or 3399999. OLE color: 3399999.

HSL color Cylindrical-coordinate representation of color #3FE133: hue angle of 115.86º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FE133 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB6322551-
CMYK0.7200.770.12
HSL115.86º74.36%54.12%-
HSV(B)115.86º77.33%88.24%-
XYZ29.5755.1512.22-
YUV156.7368.3361.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.58%
GREEN value IS 225 (88.28% from 255) = 66.37%
BLUE value IS 51 (20.31% from 255) = 15.04%
R=18.58%
G=66.37%
B=15.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal63225510.7200.770.12115.8674.3654.12
Hex3FE1334804DC744a36
Octal773416311001151416411266
Binary11111111100001110011100100001001101110011101001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,225,51); }

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

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

 a { background-color: rgb(63,225,51); }

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

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

 span { border-color: rgb(63,225,51); }

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