Html Css Color HEX #3FE150 Lime Green

📋 copy color: '#3FE150'

red 63 ◦ green 225 ◦ blue 80

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

Shades of Lime Green #3FE150

Tints of Lime Green #3FE150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.74%

R = 17.12%
G = 61.14%
B = 21.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#3FE150 (or 0x3FE150) is known color: Lime Green. HEX triplet: 3F, E1 and 50. RGB value is (63,225,80). Sum of RGB (Red+Green+Blue) = 63+225+80=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 225 (88.28% from 255 or 61.14% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE150 is #C01EAF. Grayscale: #A0A0A0. Windows color (decimal): -12590768 or 5300543. OLE color: 5300543.

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

Color convert

RGB 63 225 80 -
CMYK 0.72 0 0.64 0.12
HSL 126.3º 0.73% 0.56% -
HSV(B) 126.3º 0.72% 0.88% -
XYZ 30.42 55.49 16.7 -
YUV 160.03 82.83 58.79 -
System Red Green Blue C M Y K H S L
Decimal 63 225 80 0.72 0 0.64 0.12 126.3 0.73 0.56
Hex 3F E1 50 48 0 40 C 7E 49 38
Octal 77 341 120 110 0 100 14 176 111 70
Binary 111111 11100001 1010000 1001000 0 1000000 1100 1111110 1001001 111000

Color Harmonies of #3FE150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE150

Black with #3FE150

Text Example


Text Example

White with #3FE150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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