Html Css Color HEX #3ADF20 Lime Green

📋 copy color: '#3ADF20'

red 58 ◦ green 223 ◦ blue 32

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

Shades of Lime Green #3ADF20

Tints of Lime Green #3ADF20

RGB

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

 GREEN value IS 223 (87.5% from 255) = 71.25%

 BLUE value IS 32 (12.89% from 255) = 10.22%

R = 18.53%
G = 71.25%
B = 10.22%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#3ADF20 (or 0x3ADF20) is known color: Lime Green. HEX triplet: 3A, DF and 20. RGB value is (58,223,32). Sum of RGB (Red+Green+Blue) = 58+223+32=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 223 (87.5% from 255 or 71.25% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADF20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADF20 is #C520DF. Grayscale: #989898. Windows color (decimal): -12919008 or 2154298. OLE color: 2154298.

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

Color convert

RGB 58 223 32 -
CMYK 0.74 0 0.86 0.13
HSL 111.83º 0.75% 0.5% -
HSV(B) 111.83º 0.86% 0.87% -
XYZ 28.39 53.78 10.25 -
YUV 151.89 60.34 61.03 -
System Red Green Blue C M Y K H S L
Decimal 58 223 32 0.74 0 0.86 0.13 111.83 0.75 0.5
Hex 3A DF 20 4A 0 56 D 70 4B 32
Octal 72 337 40 112 0 126 15 160 113 62
Binary 111010 11011111 100000 1001010 0 1010110 1101 1110000 1001011 110010

Color Harmonies of #3ADF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADF20

Black with #3ADF20

Text Example


Text Example

White with #3ADF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,223,32); }

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

background-color css

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

 a { background-color: rgb(58,223,32); }

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

border-color css

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

 span { border-color: rgb(58,223,32); }

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