Html Css Color HEX #3FCC4F Lime Green

📋 copy color: '#3FCC4F'

red 63 ◦ green 204 ◦ blue 79

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

Shades of Lime Green #3FCC4F

Tints of Lime Green #3FCC4F

RGB

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

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

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

R = 18.21%
G = 58.96%
B = 22.83%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#3FCC4F (or 0x3FCC4F) is known color: Lime Green. HEX triplet: 3F, CC and 4F. RGB value is (63,204,79). Sum of RGB (Red+Green+Blue) = 63+204+79=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCC4F is #C033B0. Grayscale: #939393. Windows color (decimal): -12596145 or 5229631. OLE color: 5229631.

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

Color convert

RGB 63 204 79 -
CMYK 0.69 0 0.61 0.2
HSL 126.81º 0.58% 0.52% -
HSV(B) 126.81º 0.69% 0.8% -
XYZ 25.05 44.81 14.73 -
YUV 147.59 89.29 67.66 -
System Red Green Blue C M Y K H S L
Decimal 63 204 79 0.69 0 0.61 0.2 126.81 0.58 0.52
Hex 3F CC 4F 45 0 3D 14 7F 3A 34
Octal 77 314 117 105 0 75 24 177 72 64
Binary 111111 11001100 1001111 1000101 0 111101 10100 1111111 111010 110100

Color Harmonies of #3FCC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCC4F

Black with #3FCC4F

Text Example


Text Example

White with #3FCC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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