Html Css Color HEX #3FD448 Lime Green

📋 copy color: '#3FD448'

red 63 ◦ green 212 ◦ blue 72

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

Shades of Lime Green #3FD448

Tints of Lime Green #3FD448

RGB

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

 GREEN value IS 212 (83.2% from 255) = 61.1%

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

R = 18.16%
G = 61.1%
B = 20.75%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#3FD448 (or 0x3FD448) is known color: Lime Green. HEX triplet: 3F, D4 and 48. RGB value is (63,212,72). Sum of RGB (Red+Green+Blue) = 63+212+72=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 212 (83.20% from 255 or 61.10% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 212 - color contains mainly: green. Hex color #3FD448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD448 is #C02BB7. Grayscale: #979797. Windows color (decimal): -12594104 or 4772927. OLE color: 4772927.

HSL color Cylindrical-coordinate representation of color #3FD448: hue angle of 123.62º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD448 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 63 212 72 -
CMYK 0.70 0 0.66 0.17
HSL 123.62º 0.63% 0.54% -
HSV(B) 123.62º 0.7% 0.83% -
XYZ 26.76 48.61 14.1 -
YUV 151.49 83.14 64.88 -
System Red Green Blue C M Y K H S L
Decimal 63 212 72 0.70 0 0.66 0.17 123.62 0.63 0.54
Hex 3F D4 48 46 0 42 11 7C 3F 36
Octal 77 324 110 106 0 102 21 174 77 66
Binary 111111 11010100 1001000 1000110 0 1000010 10001 1111100 111111 110110

Color Harmonies of #3FD448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD448

Black with #3FD448

Text Example


Text Example

White with #3FD448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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