#3FF145

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

Shades of Lime Green #3FF145

Tints of Lime Green #3FF145

Color information

#3FF145 (or 0x3FF145) is unknown color: approx Lime Green. HEX triplet: 3F, F1 and 45. RGB value is (63,241,69). Sum of RGB (Red+Green+Blue) = 63+241+69=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 241 (94.53% from 255 or 64.61% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF145 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF145 is #C00EBA. Grayscale: #A8A8A8. Windows color (decimal): -12586683 or 4583743. OLE color: 4583743.

HSL color Cylindrical-coordinate representation of color #3FF145: hue angle of 122.02º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF145 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB6324169-
CMYK0.7400.710.05
HSL122.02º86.41%59.61%-
HSV(B)122.02º73.86%94.51%-
XYZ34.5864.416.24-
YUV168.1772.0352.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.89%
GREEN value IS 241 (94.53% from 255) = 64.61%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=16.89%
G=64.61%
B=18.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal63241690.7400.710.05122.0286.4159.61
Hex3FF1454A04757a563c
Octal773611051120107517212674
Binary11111111110001100010110010100100011110111110101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,241,69); }

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

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

 a { background-color: rgb(63,241,69); }

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

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

 span { border-color: rgb(63,241,69); }

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