Html Css Color HEX #2AE225 Lime Green

📋 copy color: '#2AE225'

red 42 ◦ green 226 ◦ blue 37

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

Shades of Lime Green #2AE225

Tints of Lime Green #2AE225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.13%

R = 13.77%
G = 74.1%
B = 12.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#2AE225 (or 0x2AE225) is known color: Lime Green. HEX triplet: 2A, E2 and 25. RGB value is (42,226,37). Sum of RGB (Red+Green+Blue) = 42+226+37=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 226 (88.67% from 255 or 74.10% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE225 is #D51DDA. Grayscale: #969696. Windows color (decimal): -13966811 or 2482730. OLE color: 2482730.

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

Color convert

RGB 42 226 37 -
CMYK 0.81 0 0.84 0.11
HSL 118.41º 0.77% 0.52% -
HSV(B) 118.41º 0.84% 0.89% -
XYZ 28.49 55.02 10.87 -
YUV 149.44 64.54 51.37 -
System Red Green Blue C M Y K H S L
Decimal 42 226 37 0.81 0 0.84 0.11 118.41 0.77 0.52
Hex 2A E2 25 51 0 54 B 76 4D 34
Octal 52 342 45 121 0 124 13 166 115 64
Binary 101010 11100010 100101 1010001 0 1010100 1011 1110110 1001101 110100

Color Harmonies of #2AE225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE225

Black with #2AE225

Text Example


Text Example

White with #2AE225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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