Html Css Color HEX #3FF42F Lime Green

📋 copy color: '#3FF42F'

red 63 ◦ green 244 ◦ blue 47

#3FF42F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #3FF42F

Tints of Lime Green #3FF42F

RGB

 RED value IS 63 (25% from 255) = 17.8%

 GREEN value IS 244 (95.7% from 255) = 68.93%

 BLUE value IS 47 (18.75% from 255) = 13.28%

R = 17.8%
G = 68.93%
B = 13.28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#3FF42F (or 0x3FF42F) is known color: Lime Green. HEX triplet: 3F, F4 and 2F. RGB value is (63,244,47). Sum of RGB (Red+Green+Blue) = 63+244+47=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 244 (95.70% from 255 or 68.93% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 244 - color contains mainly: green. Hex color #3FF42F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF42F is #C00BD0. Grayscale: #A8A8A8. Windows color (decimal): -12585937 or 3142719. OLE color: 3142719.

HSL color Cylindrical-coordinate representation of color #3FF42F: hue angle of 115.13º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3FF42F is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 63 244 47 -
CMYK 0.74 0 0.81 0.04
HSL 115.13º 0.9% 0.57% -
HSV(B) 115.13º 0.81% 0.96% -
XYZ 34.91 65.96 13.58 -
YUV 167.42 60.03 53.52 -
System Red Green Blue C M Y K H S L
Decimal 63 244 47 0.74 0 0.81 0.04 115.13 0.9 0.57
Hex 3F F4 2F 4A 0 51 4 73 5A 39
Octal 77 364 57 112 0 121 4 163 132 71
Binary 111111 11110100 101111 1001010 0 1010001 100 1110011 1011010 111001

Color Harmonies of #3FF42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF42F

Black with #3FF42F

Text Example


Text Example

White with #3FF42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,244,47); }

 H1.HeaderClassName
 {
   color: #3FF42F;
 }
 .AnyTagClassName
 {
   color: #3FF42F;
 }
</style>

background-color css

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

 a { background-color: rgb(63,244,47); }

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

border-color css

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

 span { border-color: rgb(63,244,47); }

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