Html Css Color HEX #3FEF4F Lime Green

📋 copy color: '#3FEF4F'

red 63 ◦ green 239 ◦ blue 79

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

Shades of Lime Green #3FEF4F

Tints of Lime Green #3FEF4F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 62.73%

 BLUE value IS 79 (31.25% from 255) = 20.73%

R = 16.54%
G = 62.73%
B = 20.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#3FEF4F (or 0x3FEF4F) is known color: Lime Green. HEX triplet: 3F, EF and 4F. RGB value is (63,239,79). Sum of RGB (Red+Green+Blue) = 63+239+79=381 (50% of max value = 765). Red value is 63 (25% from 255 or 16.54% from 381); Green value is 239 (93.75% from 255 or 62.73% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FEF4F is #C010B0. Grayscale: #A8A8A8. Windows color (decimal): -12587185 or 5238591. OLE color: 5238591.

HSL color Cylindrical-coordinate representation of color #3FEF4F: hue angle of 125.45º 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 #3FEF4F is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 239 79 -
CMYK 0.74 0 0.67 0.06
HSL 125.45º 0.85% 0.59% -
HSV(B) 125.45º 0.74% 0.94% -
XYZ 34.33 63.35 17.82 -
YUV 168.14 77.69 53.01 -
System Red Green Blue C M Y K H S L
Decimal 63 239 79 0.74 0 0.67 0.06 125.45 0.85 0.59
Hex 3F EF 4F 4A 0 43 6 7D 55 3B
Octal 77 357 117 112 0 103 6 175 125 73
Binary 111111 11101111 1001111 1001010 0 1000011 110 1111101 1010101 111011

Color Harmonies of #3FEF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEF4F

Black with #3FEF4F

Text Example


Text Example

White with #3FEF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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