Html Css Color HEX #3ACD20 Lime Green

📋 copy color: '#3ACD20'

red 58 ◦ green 205 ◦ blue 32

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

Shades of Lime Green #3ACD20

Tints of Lime Green #3ACD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 69.49%

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

R = 19.66%
G = 69.49%
B = 10.85%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#3ACD20 (or 0x3ACD20) is known color: Lime Green. HEX triplet: 3A, CD and 20. RGB value is (58,205,32). Sum of RGB (Red+Green+Blue) = 58+205+32=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 205 (80.47% from 255 or 69.49% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACD20 is #C532DF. Grayscale: #8D8D8D. Windows color (decimal): -12923616 or 2149690. OLE color: 2149690.

HSL color Cylindrical-coordinate representation of color #3ACD20: hue angle of 110.98º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3ACD20 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 205 32 -
CMYK 0.72 0 0.84 0.20
HSL 110.98º 0.73% 0.46% -
HSV(B) 110.98º 0.84% 0.8% -
XYZ 23.84 44.67 8.73 -
YUV 141.33 66.3 68.57 -
System Red Green Blue C M Y K H S L
Decimal 58 205 32 0.72 0 0.84 0.20 110.98 0.73 0.46
Hex 3A CD 20 48 0 54 14 6F 49 2E
Octal 72 315 40 110 0 124 24 157 111 56
Binary 111010 11001101 100000 1001000 0 1010100 10100 1101111 1001001 101110

Color Harmonies of #3ACD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACD20

Black with #3ACD20

Text Example


Text Example

White with #3ACD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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