Html Css Color HEX #3FEA55 Lime Green

📋 copy color: '#3FEA55'

red 63 ◦ green 234 ◦ blue 85

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

Shades of Lime Green #3FEA55

Tints of Lime Green #3FEA55

RGB

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

 GREEN value IS 234 (91.8% from 255) = 61.26%

 BLUE value IS 85 (33.59% from 255) = 22.25%

R = 16.49%
G = 61.26%
B = 22.25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#3FEA55 (or 0x3FEA55) is known color: Lime Green. HEX triplet: 3F, EA and 55. RGB value is (63,234,85). Sum of RGB (Red+Green+Blue) = 63+234+85=382 (50% of max value = 765). Red value is 63 (25% from 255 or 16.49% from 382); Green value is 234 (91.80% from 255 or 61.26% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FEA55 is #C015AA. Grayscale: #A6A6A6. Windows color (decimal): -12588459 or 5630527. OLE color: 5630527.

HSL color Cylindrical-coordinate representation of color #3FEA55: hue angle of 127.72º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEA55 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 234 85 -
CMYK 0.73 0 0.64 0.08
HSL 127.72º 0.8% 0.58% -
HSV(B) 127.72º 0.73% 0.92% -
XYZ 33.11 60.56 18.54 -
YUV 165.89 82.35 54.62 -
System Red Green Blue C M Y K H S L
Decimal 63 234 85 0.73 0 0.64 0.08 127.72 0.8 0.58
Hex 3F EA 55 49 0 40 8 80 50 3A
Octal 77 352 125 111 0 100 10 200 120 72
Binary 111111 11101010 1010101 1001001 0 1000000 1000 10000000 1010000 111010

Color Harmonies of #3FEA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEA55

Black with #3FEA55

Text Example


Text Example

White with #3FEA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,234,85); }

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

background-color css

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

 a { background-color: rgb(63,234,85); }

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

border-color css

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

 span { border-color: rgb(63,234,85); }

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