Html Css Color HEX #3ADD4F Lime Green

📋 copy color: '#3ADD4F'

red 58 ◦ green 221 ◦ blue 79

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

Shades of Lime Green #3ADD4F

Tints of Lime Green #3ADD4F

RGB

 RED value IS 58 (23.05% from 255) = 16.2%

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

 BLUE value IS 79 (31.25% from 255) = 22.07%

R = 16.2%
G = 61.73%
B = 22.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#3ADD4F (or 0x3ADD4F) is known color: Lime Green. HEX triplet: 3A, DD and 4F. RGB value is (58,221,79). Sum of RGB (Red+Green+Blue) = 58+221+79=358 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.20% from 358); Green value is 221 (86.72% from 255 or 61.73% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADD4F is #C522B0. Grayscale: #9C9C9C. Windows color (decimal): -12919473 or 5233978. OLE color: 5233978.

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

Color convert

RGB 58 221 79 -
CMYK 0.74 0 0.64 0.13
HSL 127.73º 0.71% 0.55% -
HSV(B) 127.73º 0.74% 0.87% -
XYZ 29.01 53.18 16.13 -
YUV 156.08 84.5 58.05 -
System Red Green Blue C M Y K H S L
Decimal 58 221 79 0.74 0 0.64 0.13 127.73 0.71 0.55
Hex 3A DD 4F 4A 0 40 D 80 47 37
Octal 72 335 117 112 0 100 15 200 107 67
Binary 111010 11011101 1001111 1001010 0 1000000 1101 10000000 1000111 110111

Color Harmonies of #3ADD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADD4F

Black with #3ADD4F

Text Example


Text Example

White with #3ADD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,221,79); }

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

background-color css

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

 a { background-color: rgb(58,221,79); }

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

border-color css

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

 span { border-color: rgb(58,221,79); }

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