Html Css Color HEX #3FC14A Lime Green

📋 copy color: '#3FC14A'

red 63 ◦ green 193 ◦ blue 74

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

Shades of Lime Green #3FC14A

Tints of Lime Green #3FC14A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.48%

 BLUE value IS 74 (29.3% from 255) = 22.42%

R = 19.09%
G = 58.48%
B = 22.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#3FC14A (or 0x3FC14A) is known color: Lime Green. HEX triplet: 3F, C1 and 4A. RGB value is (63,193,74). Sum of RGB (Red+Green+Blue) = 63+193+74=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC14A is #C03EB5. Grayscale: #8C8C8C. Windows color (decimal): -12598966 or 4899135. OLE color: 4899135.

HSL color Cylindrical-coordinate representation of color #3FC14A: hue angle of 125.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FC14A is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 63 193 74 -
CMYK 0.67 0 0.62 0.24
HSL 125.08º 0.51% 0.5% -
HSV(B) 125.08º 0.67% 0.76% -
XYZ 22.36 39.69 12.96 -
YUV 140.56 90.43 72.68 -
System Red Green Blue C M Y K H S L
Decimal 63 193 74 0.67 0 0.62 0.24 125.08 0.51 0.5
Hex 3F C1 4A 43 0 3E 18 7D 33 32
Octal 77 301 112 103 0 76 30 175 63 62
Binary 111111 11000001 1001010 1000011 0 111110 11000 1111101 110011 110010

Color Harmonies of #3FC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC14A

Black with #3FC14A

Text Example


Text Example

White with #3FC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,193,74); }

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

background-color css

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

 a { background-color: rgb(63,193,74); }

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

border-color css

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

 span { border-color: rgb(63,193,74); }

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