Html Css Color HEX #3FC64D Lime Green

📋 copy color: '#3FC64D'

red 63 ◦ green 198 ◦ blue 77

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

Shades of Lime Green #3FC64D

Tints of Lime Green #3FC64D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 58.58%

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

R = 18.64%
G = 58.58%
B = 22.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#3FC64D (or 0x3FC64D) is known color: Lime Green. HEX triplet: 3F, C6 and 4D. RGB value is (63,198,77). Sum of RGB (Red+Green+Blue) = 63+198+77=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 198 (77.73% from 255 or 58.58% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 198 - color contains mainly: green. Hex color #3FC64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC64D is #C039B2. Grayscale: #909090. Windows color (decimal): -12597683 or 5097023. OLE color: 5097023.

HSL color Cylindrical-coordinate representation of color #3FC64D: hue angle of 126.22º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC64D is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 63 198 77 -
CMYK 0.68 0 0.61 0.22
HSL 126.22º 0.54% 0.51% -
HSV(B) 126.22º 0.68% 0.78% -
XYZ 23.58 41.98 13.88 -
YUV 143.84 90.27 70.34 -
System Red Green Blue C M Y K H S L
Decimal 63 198 77 0.68 0 0.61 0.22 126.22 0.54 0.51
Hex 3F C6 4D 44 0 3D 16 7E 36 33
Octal 77 306 115 104 0 75 26 176 66 63
Binary 111111 11000110 1001101 1000100 0 111101 10110 1111110 110110 110011

Color Harmonies of #3FC64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC64D

Black with #3FC64D

Text Example


Text Example

White with #3FC64D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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