Html Css Color HEX #3FDD42 Lime Green

📋 copy color: '#3FDD42'

red 63 ◦ green 221 ◦ blue 66

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

Shades of Lime Green #3FDD42

Tints of Lime Green #3FDD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.86%

R = 18%
G = 63.14%
B = 18.86%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#3FDD42 (or 0x3FDD42) is known color: Lime Green. HEX triplet: 3F, DD and 42. RGB value is (63,221,66). Sum of RGB (Red+Green+Blue) = 63+221+66=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 221 (86.72% from 255 or 63.14% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDD42 is #C022BD. Grayscale: #9C9C9C. Windows color (decimal): -12591806 or 4382015. OLE color: 4382015.

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

Color convert

RGB 63 221 66 -
CMYK 0.71 0 0.70 0.13
HSL 121.14º 0.7% 0.56% -
HSV(B) 121.14º 0.71% 0.87% -
XYZ 28.89 53.16 13.89 -
YUV 156.09 77.15 61.6 -
System Red Green Blue C M Y K H S L
Decimal 63 221 66 0.71 0 0.70 0.13 121.14 0.7 0.56
Hex 3F DD 42 47 0 46 D 79 46 38
Octal 77 335 102 107 0 106 15 171 106 70
Binary 111111 11011101 1000010 1000111 0 1000110 1101 1111001 1000110 111000

Color Harmonies of #3FDD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDD42

Black with #3FDD42

Text Example


Text Example

White with #3FDD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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