Html Css Color HEX #3AE321 Lime Green

📋 copy color: '#3AE321'

red 58 ◦ green 227 ◦ blue 33

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

Shades of Lime Green #3AE321

Tints of Lime Green #3AE321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.38%

R = 18.24%
G = 71.38%
B = 10.38%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#3AE321 (or 0x3AE321) is known color: Lime Green. HEX triplet: 3A, E3 and 21. RGB value is (58,227,33). Sum of RGB (Red+Green+Blue) = 58+227+33=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 227 (89.06% from 255 or 71.38% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE321 is #C51CDE. Grayscale: #9A9A9A. Windows color (decimal): -12917983 or 2220858. OLE color: 2220858.

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

Color convert

RGB 58 227 33 -
CMYK 0.74 0 0.85 0.11
HSL 112.27º 0.78% 0.51% -
HSV(B) 112.27º 0.85% 0.89% -
XYZ 29.49 55.95 10.68 -
YUV 154.35 59.51 59.27 -
System Red Green Blue C M Y K H S L
Decimal 58 227 33 0.74 0 0.85 0.11 112.27 0.78 0.51
Hex 3A E3 21 4A 0 55 B 70 4E 33
Octal 72 343 41 112 0 125 13 160 116 63
Binary 111010 11100011 100001 1001010 0 1010101 1011 1110000 1001110 110011

Color Harmonies of #3AE321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE321

Black with #3AE321

Text Example


Text Example

White with #3AE321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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