Html Css Color HEX #2AEC46 Lime Green

📋 copy color: '#2AEC46'

red 42 ◦ green 236 ◦ blue 70

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

Shades of Lime Green #2AEC46

Tints of Lime Green #2AEC46

RGB

 RED value IS 42 (16.8% from 255) = 12.07%

 GREEN value IS 236 (92.58% from 255) = 67.82%

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

R = 12.07%
G = 67.82%
B = 20.11%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#2AEC46 (or 0x2AEC46) is known color: Lime Green. HEX triplet: 2A, EC and 46. RGB value is (42,236,70). Sum of RGB (Red+Green+Blue) = 42+236+70=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 236 (92.58% from 255 or 67.82% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 236 - color contains mainly: green. Hex color #2AEC46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEC46 is #D513B9. Grayscale: #9F9F9F. Windows color (decimal): -13964218 or 4647978. OLE color: 4647978.

HSL color Cylindrical-coordinate representation of color #2AEC46: hue angle of 128.66º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEC46 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 236 70 -
CMYK 0.82 0 0.70 0.07
HSL 128.66º 0.84% 0.55% -
HSV(B) 128.66º 0.82% 0.93% -
XYZ 32.06 60.93 15.86 -
YUV 159.07 77.73 44.5 -
System Red Green Blue C M Y K H S L
Decimal 42 236 70 0.82 0 0.70 0.07 128.66 0.84 0.55
Hex 2A EC 46 52 0 46 7 81 54 37
Octal 52 354 106 122 0 106 7 201 124 67
Binary 101010 11101100 1000110 1010010 0 1000110 111 10000001 1010100 110111

Color Harmonies of #2AEC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEC46

Black with #2AEC46

Text Example


Text Example

White with #2AEC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AEC46; }

 p { color: rgb(42,236,70); }

 H1.HeaderClassName
 {
   color: #2AEC46;
 }
 .AnyTagClassName
 {
   color: #2AEC46;
 }
</style>

background-color css

<style>
 a { background-color: #2AEC46; }

 a { background-color: rgb(42,236,70); }

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

border-color css

<style>
 span { border-color: #2AEC46; }

 span { border-color: rgb(42,236,70); }

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