Html Css Color HEX #3FCC56 Lime Green

📋 copy color: '#3FCC56'

red 63 ◦ green 204 ◦ blue 86

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

Shades of Lime Green #3FCC56

Tints of Lime Green #3FCC56

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.79%

 BLUE value IS 86 (33.98% from 255) = 24.36%

R = 17.85%
G = 57.79%
B = 24.36%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#3FCC56 (or 0x3FCC56) is known color: Lime Green. HEX triplet: 3F, CC and 56. RGB value is (63,204,86). Sum of RGB (Red+Green+Blue) = 63+204+86=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 204 (80.08% from 255 or 57.79% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCC56 is #C033A9. Grayscale: #949494. Windows color (decimal): -12596138 or 5688383. OLE color: 5688383.

HSL color Cylindrical-coordinate representation of color #3FCC56: hue angle of 129.79º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCC56 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 63 204 86 -
CMYK 0.69 0 0.58 0.2
HSL 129.79º 0.58% 0.52% -
HSV(B) 129.79º 0.69% 0.8% -
XYZ 25.32 44.91 16.14 -
YUV 148.39 92.79 67.09 -
System Red Green Blue C M Y K H S L
Decimal 63 204 86 0.69 0 0.58 0.2 129.79 0.58 0.52
Hex 3F CC 56 45 0 3A 14 82 3A 34
Octal 77 314 126 105 0 72 24 202 72 64
Binary 111111 11001100 1010110 1000101 0 111010 10100 10000010 111010 110100

Color Harmonies of #3FCC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCC56

Black with #3FCC56

Text Example


Text Example

White with #3FCC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,204,86); }

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

background-color css

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

 a { background-color: rgb(63,204,86); }

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

border-color css

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

 span { border-color: rgb(63,204,86); }

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