Html Css Color HEX #3AE320 Lime Green

📋 copy color: '#3AE320'

red 58 ◦ green 227 ◦ blue 32

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

Shades of Lime Green #3AE320

Tints of Lime Green #3AE320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 71.61%

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

R = 18.3%
G = 71.61%
B = 10.09%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#3AE320 (or 0x3AE320) is known color: Lime Green. HEX triplet: 3A, E3 and 20. RGB value is (58,227,32). Sum of RGB (Red+Green+Blue) = 58+227+32=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 227 (89.06% from 255 or 71.61% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE320 is #C51CDF. Grayscale: #9A9A9A. Windows color (decimal): -12917984 or 2155322. OLE color: 2155322.

HSL color Cylindrical-coordinate representation of color #3AE320: hue angle of 112º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3AE320 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 58 227 32 -
CMYK 0.74 0 0.86 0.11
HSL 112º 0.78% 0.51% -
HSV(B) 112º 0.86% 0.89% -
XYZ 29.47 55.94 10.61 -
YUV 154.24 59.01 59.36 -
System Red Green Blue C M Y K H S L
Decimal 58 227 32 0.74 0 0.86 0.11 112 0.78 0.51
Hex 3A E3 20 4A 0 56 B 70 4E 33
Octal 72 343 40 112 0 126 13 160 116 63
Binary 111010 11100011 100000 1001010 0 1010110 1011 1110000 1001110 110011

Color Harmonies of #3AE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE320

Black with #3AE320

Text Example


Text Example

White with #3AE320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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