Html Css Color HEX #3AE224 Lime Green

📋 copy color: '#3AE224'

red 58 ◦ green 226 ◦ blue 36

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

Shades of Lime Green #3AE224

Tints of Lime Green #3AE224

RGB

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

 GREEN value IS 226 (88.67% from 255) = 70.63%

 BLUE value IS 36 (14.45% from 255) = 11.25%

R = 18.13%
G = 70.63%
B = 11.25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#3AE224 (or 0x3AE224) is known color: Lime Green. HEX triplet: 3A, E2 and 24. RGB value is (58,226,36). Sum of RGB (Red+Green+Blue) = 58+226+36=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 226 (88.67% from 255 or 70.62% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 226 - color contains mainly: green. Hex color #3AE224 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE224 is #C51DDB. Grayscale: #9A9A9A. Windows color (decimal): -12918236 or 2417210. OLE color: 2417210.

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

Color convert

RGB 58 226 36 -
CMYK 0.74 0 0.84 0.11
HSL 113.05º 0.77% 0.51% -
HSV(B) 113.05º 0.84% 0.89% -
XYZ 29.26 55.42 10.82 -
YUV 154.11 61.34 59.45 -
System Red Green Blue C M Y K H S L
Decimal 58 226 36 0.74 0 0.84 0.11 113.05 0.77 0.51
Hex 3A E2 24 4A 0 54 B 71 4D 33
Octal 72 342 44 112 0 124 13 161 115 63
Binary 111010 11100010 100100 1001010 0 1010100 1011 1110001 1001101 110011

Color Harmonies of #3AE224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE224

Black with #3AE224

Text Example


Text Example

White with #3AE224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,226,36); }

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

background-color css

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

 a { background-color: rgb(58,226,36); }

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

border-color css

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

 span { border-color: rgb(58,226,36); }

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