Html Css Color HEX #2AE823 Lime Green

📋 copy color: '#2AE823'

red 42 ◦ green 232 ◦ blue 35

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

Shades of Lime Green #2AE823

Tints of Lime Green #2AE823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 13.59%
G = 75.08%
B = 11.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#2AE823 (or 0x2AE823) is known color: Lime Green. HEX triplet: 2A, E8 and 23. RGB value is (42,232,35). Sum of RGB (Red+Green+Blue) = 42+232+35=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 232 (91.02% from 255 or 75.08% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE823 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE823 is #D517DC. Grayscale: #999999. Windows color (decimal): -13965277 or 2353194. OLE color: 2353194.

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

Color convert

RGB 42 232 35 -
CMYK 0.82 0 0.85 0.09
HSL 117.87º 0.81% 0.52% -
HSV(B) 117.87º 0.85% 0.91% -
XYZ 30.11 58.33 11.26 -
YUV 152.73 61.55 49.02 -
System Red Green Blue C M Y K H S L
Decimal 42 232 35 0.82 0 0.85 0.09 117.87 0.81 0.52
Hex 2A E8 23 52 0 55 9 76 51 34
Octal 52 350 43 122 0 125 11 166 121 64
Binary 101010 11101000 100011 1010010 0 1010101 1001 1110110 1010001 110100

Color Harmonies of #2AE823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE823

Black with #2AE823

Text Example


Text Example

White with #2AE823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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