Html Css Color HEX #2AE844 Lime Green

📋 copy color: '#2AE844'

red 42 ◦ green 232 ◦ blue 68

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

Shades of Lime Green #2AE844

Tints of Lime Green #2AE844

RGB

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

 GREEN value IS 232 (91.02% from 255) = 67.84%

 BLUE value IS 68 (26.95% from 255) = 19.88%

R = 12.28%
G = 67.84%
B = 19.88%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#2AE844 (or 0x2AE844) is known color: Lime Green. HEX triplet: 2A, E8 and 44. RGB value is (42,232,68). Sum of RGB (Red+Green+Blue) = 42+232+68=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 232 (91.02% from 255 or 67.84% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE844 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE844 is #D517BB. Grayscale: #9C9C9C. Windows color (decimal): -13965244 or 4515882. OLE color: 4515882.

HSL color Cylindrical-coordinate representation of color #2AE844: hue angle of 128.21º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE844 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 42 232 68 -
CMYK 0.82 0 0.71 0.09
HSL 128.21º 0.81% 0.54% -
HSV(B) 128.21º 0.82% 0.91% -
XYZ 30.85 58.62 15.16 -
YUV 156.49 78.05 46.34 -
System Red Green Blue C M Y K H S L
Decimal 42 232 68 0.82 0 0.71 0.09 128.21 0.81 0.54
Hex 2A E8 44 52 0 47 9 80 51 36
Octal 52 350 104 122 0 107 11 200 121 66
Binary 101010 11101000 1000100 1010010 0 1000111 1001 10000000 1010001 110110

Color Harmonies of #2AE844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE844

Black with #2AE844

Text Example


Text Example

White with #2AE844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,232,68); }

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

background-color css

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

 a { background-color: rgb(42,232,68); }

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

border-color css

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

 span { border-color: rgb(42,232,68); }

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