Html Css Color HEX #3AE031 Lime Green

📋 copy color: '#3AE031'

red 58 ◦ green 224 ◦ blue 49

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

Shades of Lime Green #3AE031

Tints of Lime Green #3AE031

RGB

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

 GREEN value IS 224 (87.89% from 255) = 67.67%

 BLUE value IS 49 (19.53% from 255) = 14.8%

R = 17.52%
G = 67.67%
B = 14.8%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#3AE031 (or 0x3AE031) is known color: Lime Green. HEX triplet: 3A, E0 and 31. RGB value is (58,224,49). Sum of RGB (Red+Green+Blue) = 58+224+49=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 224 (87.89% from 255 or 67.67% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 224 - color contains mainly: green. Hex color #3AE031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE031 is #C51FCE. Grayscale: #9A9A9A. Windows color (decimal): -12918735 or 3268666. OLE color: 3268666.

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

Color convert

RGB 58 224 49 -
CMYK 0.74 0 0.78 0.12
HSL 116.91º 0.74% 0.54% -
HSV(B) 116.91º 0.78% 0.88% -
XYZ 28.95 54.43 11.89 -
YUV 154.42 68.5 59.23 -
System Red Green Blue C M Y K H S L
Decimal 58 224 49 0.74 0 0.78 0.12 116.91 0.74 0.54
Hex 3A E0 31 4A 0 4E C 75 4A 36
Octal 72 340 61 112 0 116 14 165 112 66
Binary 111010 11100000 110001 1001010 0 1001110 1100 1110101 1001010 110110

Color Harmonies of #3AE031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE031

Black with #3AE031

Text Example


Text Example

White with #3AE031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,224,49); }

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

background-color css

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

 a { background-color: rgb(58,224,49); }

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

border-color css

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

 span { border-color: rgb(58,224,49); }

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