Html Css Color HEX #2AE015 Lime Green

📋 copy color: '#2AE015'

red 42 ◦ green 224 ◦ blue 21

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

Shades of Lime Green #2AE015

Tints of Lime Green #2AE015

RGB

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

 GREEN value IS 224 (87.89% from 255) = 78.05%

 BLUE value IS 21 (8.59% from 255) = 7.32%

R = 14.63%
G = 78.05%
B = 7.32%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#2AE015 (or 0x2AE015) is known color: Lime Green. HEX triplet: 2A, E0 and 15. RGB value is (42,224,21). Sum of RGB (Red+Green+Blue) = 42+224+21=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 224 (87.89% from 255 or 78.05% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE015 is #D51FEA. Grayscale: #939393. Windows color (decimal): -13967339 or 1433642. OLE color: 1433642.

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

Color convert

RGB 42 224 21 -
CMYK 0.81 0 0.91 0.12
HSL 113.79º 0.83% 0.48% -
HSV(B) 113.79º 0.91% 0.88% -
XYZ 27.75 53.86 9.64 -
YUV 146.44 57.2 53.51 -
System Red Green Blue C M Y K H S L
Decimal 42 224 21 0.81 0 0.91 0.12 113.79 0.83 0.48
Hex 2A E0 15 51 0 5B C 72 53 30
Octal 52 340 25 121 0 133 14 162 123 60
Binary 101010 11100000 10101 1010001 0 1011011 1100 1110010 1010011 110000

Color Harmonies of #2AE015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE015

Black with #2AE015

Text Example


Text Example

White with #2AE015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,224,21); }

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

background-color css

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

 a { background-color: rgb(42,224,21); }

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

border-color css

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

 span { border-color: rgb(42,224,21); }

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