Html Css Color HEX #3FE120 Lime Green

📋 copy color: '#3FE120'

red 63 ◦ green 225 ◦ blue 32

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

Shades of Lime Green #3FE120

Tints of Lime Green #3FE120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 70.31%

 BLUE value IS 32 (12.89% from 255) = 10%

R = 19.69%
G = 70.31%
B = 10%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#3FE120 (or 0x3FE120) is known color: Lime Green. HEX triplet: 3F, E1 and 20. RGB value is (63,225,32). Sum of RGB (Red+Green+Blue) = 63+225+32=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 225 (88.28% from 255 or 70.31% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE120 is #C01EDF. Grayscale: #9B9B9B. Windows color (decimal): -12590816 or 2154815. OLE color: 2154815.

HSL color Cylindrical-coordinate representation of color #3FE120: hue angle of 110.36º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3FE120 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 63 225 32 -
CMYK 0.72 0 0.86 0.12
HSL 110.36º 0.76% 0.5% -
HSV(B) 110.36º 0.86% 0.88% -
XYZ 29.24 55.01 10.44 -
YUV 154.56 58.83 62.69 -
System Red Green Blue C M Y K H S L
Decimal 63 225 32 0.72 0 0.86 0.12 110.36 0.76 0.5
Hex 3F E1 20 48 0 56 C 6E 4C 32
Octal 77 341 40 110 0 126 14 156 114 62
Binary 111111 11100001 100000 1001000 0 1010110 1100 1101110 1001100 110010

Color Harmonies of #3FE120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE120

Black with #3FE120

Text Example


Text Example

White with #3FE120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,225,32); }

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

background-color css

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

 a { background-color: rgb(63,225,32); }

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

border-color css

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

 span { border-color: rgb(63,225,32); }

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