Html Css Color HEX #3AE12E Lime Green

📋 copy color: '#3AE12E'

red 58 ◦ green 225 ◦ blue 46

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

Shades of Lime Green #3AE12E

Tints of Lime Green #3AE12E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 68.39%

 BLUE value IS 46 (18.36% from 255) = 13.98%

R = 17.63%
G = 68.39%
B = 13.98%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#3AE12E (or 0x3AE12E) is known color: Lime Green. HEX triplet: 3A, E1 and 2E. RGB value is (58,225,46). Sum of RGB (Red+Green+Blue) = 58+225+46=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 225 (88.28% from 255 or 68.39% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 225 - color contains mainly: green. Hex color #3AE12E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE12E is #C51ED1. Grayscale: #9B9B9B. Windows color (decimal): -12918482 or 3072314. OLE color: 3072314.

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

Color convert

RGB 58 225 46 -
CMYK 0.74 0 0.80 0.12
HSL 115.98º 0.75% 0.53% -
HSV(B) 115.98º 0.8% 0.88% -
XYZ 29.16 54.95 11.65 -
YUV 154.66 66.67 59.05 -
System Red Green Blue C M Y K H S L
Decimal 58 225 46 0.74 0 0.80 0.12 115.98 0.75 0.53
Hex 3A E1 2E 4A 0 50 C 74 4B 35
Octal 72 341 56 112 0 120 14 164 113 65
Binary 111010 11100001 101110 1001010 0 1010000 1100 1110100 1001011 110101

Color Harmonies of #3AE12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE12E

Black with #3AE12E

Text Example


Text Example

White with #3AE12E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,225,46); }

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

background-color css

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

 a { background-color: rgb(58,225,46); }

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

border-color css

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

 span { border-color: rgb(58,225,46); }

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