Html Css Color HEX #2AE227 Lime Green

📋 copy color: '#2AE227'

red 42 ◦ green 226 ◦ blue 39

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

Shades of Lime Green #2AE227

Tints of Lime Green #2AE227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.7%

R = 13.68%
G = 73.62%
B = 12.7%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#2AE227 (or 0x2AE227) is known color: Lime Green. HEX triplet: 2A, E2 and 27. RGB value is (42,226,39). Sum of RGB (Red+Green+Blue) = 42+226+39=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 226 (88.67% from 255 or 73.62% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE227 is #D51DD8. Grayscale: #969696. Windows color (decimal): -13966809 or 2613802. OLE color: 2613802.

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

Color convert

RGB 42 226 39 -
CMYK 0.81 0 0.83 0.11
HSL 119.04º 0.76% 0.52% -
HSV(B) 119.04º 0.83% 0.89% -
XYZ 28.52 55.03 11.04 -
YUV 149.67 65.54 51.21 -
System Red Green Blue C M Y K H S L
Decimal 42 226 39 0.81 0 0.83 0.11 119.04 0.76 0.52
Hex 2A E2 27 51 0 53 B 77 4C 34
Octal 52 342 47 121 0 123 13 167 114 64
Binary 101010 11100010 100111 1010001 0 1010011 1011 1110111 1001100 110100

Color Harmonies of #2AE227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE227

Black with #2AE227

Text Example


Text Example

White with #2AE227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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