Html Css Color HEX #3AE424 Lime Green

📋 copy color: '#3AE424'

red 58 ◦ green 228 ◦ blue 36

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

Shades of Lime Green #3AE424

Tints of Lime Green #3AE424

RGB

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

 GREEN value IS 228 (89.45% from 255) = 70.81%

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

R = 18.01%
G = 70.81%
B = 11.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#3AE424 (or 0x3AE424) is known color: Lime Green. HEX triplet: 3A, E4 and 24. RGB value is (58,228,36). Sum of RGB (Red+Green+Blue) = 58+228+36=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 228 (89.45% from 255 or 70.81% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 228 - color contains mainly: green. Hex color #3AE424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE424 is #C51BDB. Grayscale: #9B9B9B. Windows color (decimal): -12917724 or 2417722. OLE color: 2417722.

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

Color convert

RGB 58 228 36 -
CMYK 0.75 0 0.84 0.11
HSL 113.13º 0.78% 0.52% -
HSV(B) 113.13º 0.84% 0.89% -
XYZ 29.81 56.51 11.01 -
YUV 155.28 60.68 58.61 -
System Red Green Blue C M Y K H S L
Decimal 58 228 36 0.75 0 0.84 0.11 113.13 0.78 0.52
Hex 3A E4 24 4B 0 54 B 71 4E 34
Octal 72 344 44 113 0 124 13 161 116 64
Binary 111010 11100100 100100 1001011 0 1010100 1011 1110001 1001110 110100

Color Harmonies of #3AE424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE424

Black with #3AE424

Text Example


Text Example

White with #3AE424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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