Html Css Color HEX #3AE121 Lime Green

📋 copy color: '#3AE121'

red 58 ◦ green 225 ◦ blue 33

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

Shades of Lime Green #3AE121

Tints of Lime Green #3AE121

RGB

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

 GREEN value IS 225 (88.28% from 255) = 71.2%

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

R = 18.35%
G = 71.2%
B = 10.44%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#3AE121 (or 0x3AE121) is known color: Lime Green. HEX triplet: 3A, E1 and 21. RGB value is (58,225,33). Sum of RGB (Red+Green+Blue) = 58+225+33=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 225 (88.28% from 255 or 71.20% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 225 - color contains mainly: green. Hex color #3AE121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE121 is #C51EDE. Grayscale: #999999. Windows color (decimal): -12918495 or 2220346. OLE color: 2220346.

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

Color convert

RGB 58 225 33 -
CMYK 0.74 0 0.85 0.12
HSL 112.19º 0.76% 0.51% -
HSV(B) 112.19º 0.85% 0.88% -
XYZ 28.94 54.86 10.5 -
YUV 153.18 60.17 60.11 -
System Red Green Blue C M Y K H S L
Decimal 58 225 33 0.74 0 0.85 0.12 112.19 0.76 0.51
Hex 3A E1 21 4A 0 55 C 70 4C 33
Octal 72 341 41 112 0 125 14 160 114 63
Binary 111010 11100001 100001 1001010 0 1010101 1100 1110000 1001100 110011

Color Harmonies of #3AE121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE121

Black with #3AE121

Text Example


Text Example

White with #3AE121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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