Html Css Color HEX #2AE61A Lime Green

📋 copy color: '#2AE61A'

red 42 ◦ green 230 ◦ blue 26

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

Shades of Lime Green #2AE61A

Tints of Lime Green #2AE61A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 77.18%

 BLUE value IS 26 (10.55% from 255) = 8.72%

R = 14.09%
G = 77.18%
B = 8.72%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#2AE61A (or 0x2AE61A) is known color: Lime Green. HEX triplet: 2A, E6 and 1A. RGB value is (42,230,26). Sum of RGB (Red+Green+Blue) = 42+230+26=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 230 (90.23% from 255 or 77.18% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE61A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE61A is #D519E5. Grayscale: #979797. Windows color (decimal): -13965798 or 1762858. OLE color: 1762858.

HSL color Cylindrical-coordinate representation of color #2AE61A: hue angle of 115.29º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AE61A is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 230 26 -
CMYK 0.82 0 0.89 0.10
HSL 115.29º 0.8% 0.5% -
HSV(B) 115.29º 0.89% 0.9% -
XYZ 29.44 57.16 10.46 -
YUV 150.53 57.72 50.59 -
System Red Green Blue C M Y K H S L
Decimal 42 230 26 0.82 0 0.89 0.10 115.29 0.8 0.5
Hex 2A E6 1A 52 0 59 A 73 50 32
Octal 52 346 32 122 0 131 12 163 120 62
Binary 101010 11100110 11010 1010010 0 1011001 1010 1110011 1010000 110010

Color Harmonies of #2AE61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE61A

Black with #2AE61A

Text Example


Text Example

White with #2AE61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,230,26); }

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

background-color css

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

 a { background-color: rgb(42,230,26); }

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

border-color css

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

 span { border-color: rgb(42,230,26); }

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