Html Css Color HEX #3AE458 Lime Green

📋 copy color: '#3AE458'

red 58 ◦ green 228 ◦ blue 88

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

Shades of Lime Green #3AE458

Tints of Lime Green #3AE458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.53%

R = 15.51%
G = 60.96%
B = 23.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#3AE458 (or 0x3AE458) is known color: Lime Green. HEX triplet: 3A, E4 and 58. RGB value is (58,228,88). Sum of RGB (Red+Green+Blue) = 58+228+88=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 228 (89.45% from 255 or 60.96% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 228 - color contains mainly: green. Hex color #3AE458 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AE458 is #C51BA7. Grayscale: #A1A1A1. Windows color (decimal): -12917672 or 5825594. OLE color: 5825594.

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

Color convert

RGB 58 228 88 -
CMYK 0.75 0 0.61 0.11
HSL 130.59º 0.76% 0.56% -
HSV(B) 130.59º 0.75% 0.89% -
XYZ 31.25 57.09 18.61 -
YUV 161.21 86.68 54.38 -
System Red Green Blue C M Y K H S L
Decimal 58 228 88 0.75 0 0.61 0.11 130.59 0.76 0.56
Hex 3A E4 58 4B 0 3D B 83 4C 38
Octal 72 344 130 113 0 75 13 203 114 70
Binary 111010 11100100 1011000 1001011 0 111101 1011 10000011 1001100 111000

Color Harmonies of #3AE458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE458

Black with #3AE458

Text Example


Text Example

White with #3AE458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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