Html Css Color HEX #3ACE20 Lime Green

📋 copy color: '#3ACE20'

red 58 ◦ green 206 ◦ blue 32

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

Shades of Lime Green #3ACE20

Tints of Lime Green #3ACE20

RGB

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

 GREEN value IS 206 (80.86% from 255) = 69.59%

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

R = 19.59%
G = 69.59%
B = 10.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#3ACE20 (or 0x3ACE20) is known color: Lime Green. HEX triplet: 3A, CE and 20. RGB value is (58,206,32). Sum of RGB (Red+Green+Blue) = 58+206+32=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 206 (80.86% from 255 or 69.59% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACE20 is #C531DF. Grayscale: #8E8E8E. Windows color (decimal): -12923360 or 2149946. OLE color: 2149946.

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

Color convert

RGB 58 206 32 -
CMYK 0.72 0 0.84 0.19
HSL 111.03º 0.73% 0.47% -
HSV(B) 111.03º 0.84% 0.81% -
XYZ 24.08 45.15 8.81 -
YUV 141.91 65.97 68.15 -
System Red Green Blue C M Y K H S L
Decimal 58 206 32 0.72 0 0.84 0.19 111.03 0.73 0.47
Hex 3A CE 20 48 0 54 13 6F 49 2F
Octal 72 316 40 110 0 124 23 157 111 57
Binary 111010 11001110 100000 1001000 0 1010100 10011 1101111 1001001 101111

Color Harmonies of #3ACE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACE20

Black with #3ACE20

Text Example


Text Example

White with #3ACE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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