Html Css Color HEX #3FF14D Lime Green

📋 copy color: '#3FF14D'

red 63 ◦ green 241 ◦ blue 77

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

Shades of Lime Green #3FF14D

Tints of Lime Green #3FF14D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.25%

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 16.54%
G = 63.25%
B = 20.21%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#3FF14D (or 0x3FF14D) is known color: Lime Green. HEX triplet: 3F, F1 and 4D. RGB value is (63,241,77). Sum of RGB (Red+Green+Blue) = 63+241+77=381 (50% of max value = 765). Red value is 63 (25% from 255 or 16.54% from 381); Green value is 241 (94.53% from 255 or 63.25% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF14D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF14D is #C00EB2. Grayscale: #A9A9A9. Windows color (decimal): -12586675 or 5108031. OLE color: 5108031.

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

Color convert

RGB 63 241 77 -
CMYK 0.74 0 0.68 0.05
HSL 124.72º 0.86% 0.6% -
HSV(B) 124.72º 0.74% 0.95% -
XYZ 34.84 64.5 17.64 -
YUV 169.08 76.03 52.34 -
System Red Green Blue C M Y K H S L
Decimal 63 241 77 0.74 0 0.68 0.05 124.72 0.86 0.6
Hex 3F F1 4D 4A 0 44 5 7D 56 3C
Octal 77 361 115 112 0 104 5 175 126 74
Binary 111111 11110001 1001101 1001010 0 1000100 101 1111101 1010110 111100

Color Harmonies of #3FF14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF14D

Black with #3FF14D

Text Example


Text Example

White with #3FF14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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