#3FEF4B

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

Shades of Lime Green #3FEF4B

Tints of Lime Green #3FEF4B

Color information

#3FEF4B (or 0x3FEF4B) is unknown color: approx Lime Green. HEX triplet: 3F, EF and 4B. RGB value is (63,239,75). Sum of RGB (Red+Green+Blue) = 63+239+75=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 239 (93.75% from 255 or 63.40% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEF4B is #C010B4. Grayscale: #A8A8A8. Windows color (decimal): -12587189 or 4976447. OLE color: 4976447.

HSL color Cylindrical-coordinate representation of color #3FEF4B: hue angle of 124.09º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEF4B is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB6323975-
CMYK0.7400.690.06
HSL124.09º84.62%59.22%-
HSV(B)124.09º73.64%93.73%-
XYZ34.1963.317.07-
YUV167.6875.6953.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.71%
GREEN value IS 239 (93.75% from 255) = 63.40%
BLUE value IS 75 (29.69% from 255) = 19.89%
R=16.71%
G=63.40%
B=19.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal63239750.7400.690.06124.0984.6259.22
Hex3FEF4B4A04567c553b
Octal773571131120105617412573
Binary11111111101111100101110010100100010111011111001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FEF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,239,75); }

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

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

 a { background-color: rgb(63,239,75); }

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

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

 span { border-color: rgb(63,239,75); }

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