Html Css Color HEX #3FD348 Lime Green

📋 copy color: '#3FD348'

red 63 ◦ green 211 ◦ blue 72

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

Shades of Lime Green #3FD348

Tints of Lime Green #3FD348

RGB

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

 GREEN value IS 211 (82.81% from 255) = 60.98%

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

R = 18.21%
G = 60.98%
B = 20.81%

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

#3FD348 (or 0x3FD348) is known color: Lime Green. HEX triplet: 3F, D3 and 48. RGB value is (63,211,72). Sum of RGB (Red+Green+Blue) = 63+211+72=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 211 (82.81% from 255 or 60.98% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 211 - color contains mainly: green. Hex color #3FD348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD348 is #C02CB7. Grayscale: #979797. Windows color (decimal): -12594360 or 4772671. OLE color: 4772671.

HSL color Cylindrical-coordinate representation of color #3FD348: hue angle of 123.65º 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 #3FD348 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 63 211 72 -
CMYK 0.70 0 0.66 0.17
HSL 123.65º 0.63% 0.54% -
HSV(B) 123.65º 0.7% 0.83% -
XYZ 26.51 48.11 14.02 -
YUV 150.9 83.47 65.3 -
System Red Green Blue C M Y K H S L
Decimal 63 211 72 0.70 0 0.66 0.17 123.65 0.63 0.54
Hex 3F D3 48 46 0 42 11 7C 3F 36
Octal 77 323 110 106 0 102 21 174 77 66
Binary 111111 11010011 1001000 1000110 0 1000010 10001 1111100 111111 110110

Color Harmonies of #3FD348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD348

Black with #3FD348

Text Example


Text Example

White with #3FD348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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