#3FE130

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

Shades of Lime Green #3FE130

Tints of Lime Green #3FE130

Color information

#3FE130 (or 0x3FE130) is unknown color: approx Lime Green. HEX triplet: 3F, E1 and 30. RGB value is (63,225,48). Sum of RGB (Red+Green+Blue) = 63+225+48=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 225 (88.28% from 255 or 66.96% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE130 is #C01ECF. Grayscale: #9C9C9C. Windows color (decimal): -12590800 or 3203391. OLE color: 3203391.

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

Color convert

RGB6322548-
CMYK0.7200.790.12
HSL114.92º74.68%53.53%-
HSV(B)114.92º78.67%88.24%-
XYZ29.5155.1211.88-
YUV156.3866.8361.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.75%
GREEN value IS 225 (88.28% from 255) = 66.96%
BLUE value IS 48 (19.14% from 255) = 14.29%
R=18.75%
G=66.96%
B=14.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal63225480.7200.790.12114.9274.6853.53
Hex3FE1304804FC734b36
Octal773416011001171416311366
Binary11111111100001110000100100001001111110011100111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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