Html Css Color HEX #3FDE4D Lime Green

📋 copy color: '#3FDE4D'

red 63 ◦ green 222 ◦ blue 77

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

Shades of Lime Green #3FDE4D

Tints of Lime Green #3FDE4D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 61.33%

 BLUE value IS 77 (30.47% from 255) = 21.27%

R = 17.4%
G = 61.33%
B = 21.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#3FDE4D (or 0x3FDE4D) is known color: Lime Green. HEX triplet: 3F, DE and 4D. RGB value is (63,222,77). Sum of RGB (Red+Green+Blue) = 63+222+77=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 222 (87.11% from 255 or 61.33% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDE4D is #C021B2. Grayscale: #9E9E9E. Windows color (decimal): -12591539 or 5103167. OLE color: 5103167.

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

Color convert

RGB 63 222 77 -
CMYK 0.72 0 0.65 0.13
HSL 125.28º 0.71% 0.56% -
HSV(B) 125.28º 0.72% 0.87% -
XYZ 29.51 53.84 15.86 -
YUV 157.93 82.32 60.29 -
System Red Green Blue C M Y K H S L
Decimal 63 222 77 0.72 0 0.65 0.13 125.28 0.71 0.56
Hex 3F DE 4D 48 0 41 D 7D 47 38
Octal 77 336 115 110 0 101 15 175 107 70
Binary 111111 11011110 1001101 1001000 0 1000001 1101 1111101 1000111 111000

Color Harmonies of #3FDE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDE4D

Black with #3FDE4D

Text Example


Text Example

White with #3FDE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,222,77); }

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

background-color css

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

 a { background-color: rgb(63,222,77); }

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

border-color css

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

 span { border-color: rgb(63,222,77); }

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