Html Css Color HEX #3FCD4C Lime Green

📋 copy color: '#3FCD4C'

red 63 ◦ green 205 ◦ blue 76

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

Shades of Lime Green #3FCD4C

Tints of Lime Green #3FCD4C

RGB

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

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

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

R = 18.31%
G = 59.59%
B = 22.09%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#3FCD4C (or 0x3FCD4C) is known color: Lime Green. HEX triplet: 3F, CD and 4C. RGB value is (63,205,76). Sum of RGB (Red+Green+Blue) = 63+205+76=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 205 (80.47% from 255 or 59.59% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCD4C is #C032B3. Grayscale: #949494. Windows color (decimal): -12595892 or 5033279. OLE color: 5033279.

HSL color Cylindrical-coordinate representation of color #3FCD4C: hue angle of 125.49º 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 #3FCD4C is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 205 76 -
CMYK 0.69 0 0.63 0.20
HSL 125.49º 0.59% 0.53% -
HSV(B) 125.49º 0.69% 0.8% -
XYZ 25.19 45.24 14.24 -
YUV 147.84 87.46 67.49 -
System Red Green Blue C M Y K H S L
Decimal 63 205 76 0.69 0 0.63 0.20 125.49 0.59 0.53
Hex 3F CD 4C 45 0 3F 14 7D 3B 35
Octal 77 315 114 105 0 77 24 175 73 65
Binary 111111 11001101 1001100 1000101 0 111111 10100 1111101 111011 110101

Color Harmonies of #3FCD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCD4C

Black with #3FCD4C

Text Example


Text Example

White with #3FCD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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