Html Css Color HEX #3FCD4F Lime Green

📋 copy color: '#3FCD4F'

red 63 ◦ green 205 ◦ blue 79

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

Shades of Lime Green #3FCD4F

Tints of Lime Green #3FCD4F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 59.08%

 BLUE value IS 79 (31.25% from 255) = 22.77%

R = 18.16%
G = 59.08%
B = 22.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#3FCD4F (or 0x3FCD4F) is known color: Lime Green. HEX triplet: 3F, CD and 4F. RGB value is (63,205,79). Sum of RGB (Red+Green+Blue) = 63+205+79=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 205 (80.47% from 255 or 59.08% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCD4F is #C032B0. Grayscale: #949494. Windows color (decimal): -12595889 or 5229887. OLE color: 5229887.

HSL color Cylindrical-coordinate representation of color #3FCD4F: hue angle of 126.76º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCD4F is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 205 79 -
CMYK 0.69 0 0.61 0.20
HSL 126.76º 0.59% 0.53% -
HSV(B) 126.76º 0.69% 0.8% -
XYZ 25.29 45.28 14.8 -
YUV 148.18 88.96 67.25 -
System Red Green Blue C M Y K H S L
Decimal 63 205 79 0.69 0 0.61 0.20 126.76 0.59 0.53
Hex 3F CD 4F 45 0 3D 14 7F 3B 35
Octal 77 315 117 105 0 75 24 177 73 65
Binary 111111 11001101 1001111 1000101 0 111101 10100 1111111 111011 110101

Color Harmonies of #3FCD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCD4F

Black with #3FCD4F

Text Example


Text Example

White with #3FCD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,205,79); }

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

background-color css

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

 a { background-color: rgb(63,205,79); }

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

border-color css

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

 span { border-color: rgb(63,205,79); }

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