Html Css Color HEX #3FF14C Lime Green

📋 copy color: '#3FF14C'

red 63 ◦ green 241 ◦ blue 76

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

Shades of Lime Green #3FF14C

Tints of Lime Green #3FF14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20%

R = 16.58%
G = 63.42%
B = 20%

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

#3FF14C (or 0x3FF14C) is known color: Lime Green. HEX triplet: 3F, F1 and 4C. RGB value is (63,241,76). Sum of RGB (Red+Green+Blue) = 63+241+76=380 (50% of max value = 765). Red value is 63 (25% from 255 or 16.58% from 380); Green value is 241 (94.53% from 255 or 63.42% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF14C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF14C is #C00EB3. Grayscale: #A9A9A9. Windows color (decimal): -12586676 or 5042495. OLE color: 5042495.

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

Color convert

RGB 63 241 76 -
CMYK 0.74 0 0.68 0.05
HSL 124.38º 0.86% 0.6% -
HSV(B) 124.38º 0.74% 0.95% -
XYZ 34.81 64.49 17.45 -
YUV 168.97 75.53 52.42 -
System Red Green Blue C M Y K H S L
Decimal 63 241 76 0.74 0 0.68 0.05 124.38 0.86 0.6
Hex 3F F1 4C 4A 0 44 5 7C 56 3C
Octal 77 361 114 112 0 104 5 174 126 74
Binary 111111 11110001 1001100 1001010 0 1000100 101 1111100 1010110 111100

Color Harmonies of #3FF14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF14C

Black with #3FF14C

Text Example


Text Example

White with #3FF14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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