Html Css Color HEX #3FE448 Lime Green

📋 copy color: '#3FE448'

red 63 ◦ green 228 ◦ blue 72

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

Shades of Lime Green #3FE448

Tints of Lime Green #3FE448

RGB

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

 GREEN value IS 228 (89.45% from 255) = 62.81%

 BLUE value IS 72 (28.52% from 255) = 19.83%

R = 17.36%
G = 62.81%
B = 19.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#3FE448 (or 0x3FE448) is known color: Lime Green. HEX triplet: 3F, E4 and 48. RGB value is (63,228,72). Sum of RGB (Red+Green+Blue) = 63+228+72=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 228 (89.45% from 255 or 62.81% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 228 - color contains mainly: green. Hex color #3FE448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE448 is #C01BB7. Grayscale: #A1A1A1. Windows color (decimal): -12590008 or 4777023. OLE color: 4777023.

HSL color Cylindrical-coordinate representation of color #3FE448: hue angle of 123.27º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE448 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 63 228 72 -
CMYK 0.72 0 0.68 0.11
HSL 123.27º 0.75% 0.57% -
HSV(B) 123.27º 0.72% 0.89% -
XYZ 30.96 57.01 15.5 -
YUV 160.88 77.84 58.18 -
System Red Green Blue C M Y K H S L
Decimal 63 228 72 0.72 0 0.68 0.11 123.27 0.75 0.57
Hex 3F E4 48 48 0 44 B 7B 4B 39
Octal 77 344 110 110 0 104 13 173 113 71
Binary 111111 11100100 1001000 1001000 0 1000100 1011 1111011 1001011 111001

Color Harmonies of #3FE448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE448

Black with #3FE448

Text Example


Text Example

White with #3FE448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,228,72); }

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

background-color css

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

 a { background-color: rgb(63,228,72); }

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

border-color css

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

 span { border-color: rgb(63,228,72); }

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