Html Css Color HEX #2AE315 Lime Green

📋 copy color: '#2AE315'

red 42 ◦ green 227 ◦ blue 21

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

Shades of Lime Green #2AE315

Tints of Lime Green #2AE315

RGB

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

 GREEN value IS 227 (89.06% from 255) = 78.28%

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

R = 14.48%
G = 78.28%
B = 7.24%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#2AE315 (or 0x2AE315) is known color: Lime Green. HEX triplet: 2A, E3 and 15. RGB value is (42,227,21). Sum of RGB (Red+Green+Blue) = 42+227+21=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 227 (89.06% from 255 or 78.28% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE315 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE315 is #D51CEA. Grayscale: #949494. Windows color (decimal): -13966571 or 1434410. OLE color: 1434410.

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

Color convert

RGB 42 227 21 -
CMYK 0.81 0 0.91 0.11
HSL 113.88º 0.83% 0.49% -
HSV(B) 113.88º 0.91% 0.89% -
XYZ 28.56 55.48 9.91 -
YUV 148.2 56.21 52.25 -
System Red Green Blue C M Y K H S L
Decimal 42 227 21 0.81 0 0.91 0.11 113.88 0.83 0.49
Hex 2A E3 15 51 0 5B B 72 53 31
Octal 52 343 25 121 0 133 13 162 123 61
Binary 101010 11100011 10101 1010001 0 1011011 1011 1110010 1010011 110001

Color Harmonies of #2AE315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE315

Black with #2AE315

Text Example


Text Example

White with #2AE315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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