Html Css Color HEX #3AE329 Lime Green

📋 copy color: '#3AE329'

red 58 ◦ green 227 ◦ blue 41

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

Shades of Lime Green #3AE329

Tints of Lime Green #3AE329

RGB

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

 GREEN value IS 227 (89.06% from 255) = 69.63%

 BLUE value IS 41 (16.41% from 255) = 12.58%

R = 17.79%
G = 69.63%
B = 12.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#3AE329 (or 0x3AE329) is known color: Lime Green. HEX triplet: 3A, E3 and 29. RGB value is (58,227,41). Sum of RGB (Red+Green+Blue) = 58+227+41=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 227 (89.06% from 255 or 69.63% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE329 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE329 is #C51CD6. Grayscale: #9B9B9B. Windows color (decimal): -12917975 or 2745146. OLE color: 2745146.

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

Color convert

RGB 58 227 41 -
CMYK 0.74 0 0.82 0.11
HSL 114.52º 0.77% 0.53% -
HSV(B) 114.52º 0.82% 0.89% -
XYZ 29.61 56 11.35 -
YUV 155.27 63.51 58.62 -
System Red Green Blue C M Y K H S L
Decimal 58 227 41 0.74 0 0.82 0.11 114.52 0.77 0.53
Hex 3A E3 29 4A 0 52 B 73 4D 35
Octal 72 343 51 112 0 122 13 163 115 65
Binary 111010 11100011 101001 1001010 0 1010010 1011 1110011 1001101 110101

Color Harmonies of #3AE329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE329

Black with #3AE329

Text Example


Text Example

White with #3AE329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,227,41); }

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

background-color css

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

 a { background-color: rgb(58,227,41); }

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

border-color css

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

 span { border-color: rgb(58,227,41); }

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