Html Css Color HEX #3FC04A Lime Green

📋 copy color: '#3FC04A'

red 63 ◦ green 192 ◦ blue 74

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

Shades of Lime Green #3FC04A

Tints of Lime Green #3FC04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.36%

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

R = 19.15%
G = 58.36%
B = 22.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#3FC04A (or 0x3FC04A) is known color: Lime Green. HEX triplet: 3F, C0 and 4A. RGB value is (63,192,74). Sum of RGB (Red+Green+Blue) = 63+192+74=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC04A is #C03FB5. Grayscale: #8C8C8C. Windows color (decimal): -12599222 or 4898879. OLE color: 4898879.

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

Color convert

RGB 63 192 74 -
CMYK 0.67 0 0.61 0.25
HSL 125.12º 0.51% 0.5% -
HSV(B) 125.12º 0.67% 0.75% -
XYZ 22.14 39.25 12.89 -
YUV 139.98 90.76 73.09 -
System Red Green Blue C M Y K H S L
Decimal 63 192 74 0.67 0 0.61 0.25 125.12 0.51 0.5
Hex 3F C0 4A 43 0 3D 19 7D 33 32
Octal 77 300 112 103 0 75 31 175 63 62
Binary 111111 11000000 1001010 1000011 0 111101 11001 1111101 110011 110010

Color Harmonies of #3FC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC04A

Black with #3FC04A

Text Example


Text Example

White with #3FC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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