Html Css Color HEX #3FDD38 Lime Green

📋 copy color: '#3FDD38'

red 63 ◦ green 221 ◦ blue 56

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

Shades of Lime Green #3FDD38

Tints of Lime Green #3FDD38

RGB

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

 GREEN value IS 221 (86.72% from 255) = 65%

 BLUE value IS 56 (22.27% from 255) = 16.47%

R = 18.53%
G = 65%
B = 16.47%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#3FDD38 (or 0x3FDD38) is known color: Lime Green. HEX triplet: 3F, DD and 38. RGB value is (63,221,56). Sum of RGB (Red+Green+Blue) = 63+221+56=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDD38 is #C022C7. Grayscale: #9B9B9B. Windows color (decimal): -12591816 or 3726655. OLE color: 3726655.

HSL color Cylindrical-coordinate representation of color #3FDD38: hue angle of 117.45º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FDD38 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 221 56 -
CMYK 0.71 0 0.75 0.13
HSL 117.45º 0.71% 0.54% -
HSV(B) 117.45º 0.75% 0.87% -
XYZ 28.62 53.06 12.47 -
YUV 154.95 72.15 62.42 -
System Red Green Blue C M Y K H S L
Decimal 63 221 56 0.71 0 0.75 0.13 117.45 0.71 0.54
Hex 3F DD 38 47 0 4B D 75 47 36
Octal 77 335 70 107 0 113 15 165 107 66
Binary 111111 11011101 111000 1000111 0 1001011 1101 1110101 1000111 110110

Color Harmonies of #3FDD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDD38

Black with #3FDD38

Text Example


Text Example

White with #3FDD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,221,56); }

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

background-color css

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

 a { background-color: rgb(63,221,56); }

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

border-color css

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

 span { border-color: rgb(63,221,56); }

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