Html Css Color HEX #2AE827 Lime Green

📋 copy color: '#2AE827'

red 42 ◦ green 232 ◦ blue 39

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

Shades of Lime Green #2AE827

Tints of Lime Green #2AE827

RGB

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

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

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

R = 13.42%
G = 74.12%
B = 12.46%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#2AE827 (or 0x2AE827) is known color: Lime Green. HEX triplet: 2A, E8 and 27. RGB value is (42,232,39). Sum of RGB (Red+Green+Blue) = 42+232+39=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 232 (91.02% from 255 or 74.12% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE827 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE827 is #D517D8. Grayscale: #999999. Windows color (decimal): -13965273 or 2615338. OLE color: 2615338.

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

Color convert

RGB 42 232 39 -
CMYK 0.82 0 0.83 0.09
HSL 119.07º 0.81% 0.53% -
HSV(B) 119.07º 0.83% 0.91% -
XYZ 30.18 58.35 11.59 -
YUV 153.19 63.55 48.69 -
System Red Green Blue C M Y K H S L
Decimal 42 232 39 0.82 0 0.83 0.09 119.07 0.81 0.53
Hex 2A E8 27 52 0 53 9 77 51 35
Octal 52 350 47 122 0 123 11 167 121 65
Binary 101010 11101000 100111 1010010 0 1010011 1001 1110111 1010001 110101

Color Harmonies of #2AE827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE827

Black with #2AE827

Text Example


Text Example

White with #2AE827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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