Html Css Color HEX #2AE233 Lime Green

📋 copy color: '#2AE233'

red 42 ◦ green 226 ◦ blue 51

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

Shades of Lime Green #2AE233

Tints of Lime Green #2AE233

RGB

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

 GREEN value IS 226 (88.67% from 255) = 70.85%

 BLUE value IS 51 (20.31% from 255) = 15.99%

R = 13.17%
G = 70.85%
B = 15.99%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#2AE233 (or 0x2AE233) is known color: Lime Green. HEX triplet: 2A, E2 and 33. RGB value is (42,226,51). Sum of RGB (Red+Green+Blue) = 42+226+51=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 226 (88.67% from 255 or 70.85% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE233 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE233 is #D51DCC. Grayscale: #979797. Windows color (decimal): -13966797 or 3400234. OLE color: 3400234.

HSL color Cylindrical-coordinate representation of color #2AE233: hue angle of 122.93º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE233 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 42 226 51 -
CMYK 0.81 0 0.77 0.11
HSL 122.93º 0.76% 0.53% -
HSV(B) 122.93º 0.81% 0.89% -
XYZ 28.75 55.12 12.26 -
YUV 151.03 71.54 50.23 -
System Red Green Blue C M Y K H S L
Decimal 42 226 51 0.81 0 0.77 0.11 122.93 0.76 0.53
Hex 2A E2 33 51 0 4D B 7B 4C 35
Octal 52 342 63 121 0 115 13 173 114 65
Binary 101010 11100010 110011 1010001 0 1001101 1011 1111011 1001100 110101

Color Harmonies of #2AE233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE233

Black with #2AE233

Text Example


Text Example

White with #2AE233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,226,51); }

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

background-color css

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

 a { background-color: rgb(42,226,51); }

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

border-color css

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

 span { border-color: rgb(42,226,51); }

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