Html Css Color HEX #3AE346 Lime Green

📋 copy color: '#3AE346'

red 58 ◦ green 227 ◦ blue 70

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

Shades of Lime Green #3AE346

Tints of Lime Green #3AE346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.72%

R = 16.34%
G = 63.94%
B = 19.72%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#3AE346 (or 0x3AE346) is known color: Lime Green. HEX triplet: 3A, E3 and 46. RGB value is (58,227,70). Sum of RGB (Red+Green+Blue) = 58+227+70=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 227 (89.06% from 255 or 63.94% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE346 is #C51CB9. Grayscale: #9F9F9F. Windows color (decimal): -12917946 or 4645690. OLE color: 4645690.

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

Color convert

RGB 58 227 70 -
CMYK 0.74 0 0.69 0.11
HSL 124.26º 0.75% 0.56% -
HSV(B) 124.26º 0.74% 0.89% -
XYZ 30.32 56.28 15.06 -
YUV 158.57 78.01 56.27 -
System Red Green Blue C M Y K H S L
Decimal 58 227 70 0.74 0 0.69 0.11 124.26 0.75 0.56
Hex 3A E3 46 4A 0 45 B 7C 4B 38
Octal 72 343 106 112 0 105 13 174 113 70
Binary 111010 11100011 1000110 1001010 0 1000101 1011 1111100 1001011 111000

Color Harmonies of #3AE346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE346

Black with #3AE346

Text Example


Text Example

White with #3AE346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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