Html Css Color HEX #2AE314 Lime Green

📋 copy color: '#2AE314'

red 42 ◦ green 227 ◦ blue 20

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

Shades of Lime Green #2AE314

Tints of Lime Green #2AE314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.92%

R = 14.53%
G = 78.55%
B = 6.92%

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

#2AE314 (or 0x2AE314) is known color: Lime Green. HEX triplet: 2A, E3 and 14. RGB value is (42,227,20). Sum of RGB (Red+Green+Blue) = 42+227+20=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 227 (89.06% from 255 or 78.55% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE314 is #D51CEB. Grayscale: #949494. Windows color (decimal): -13966572 or 1368874. OLE color: 1368874.

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

Color convert

RGB 42 227 20 -
CMYK 0.81 0 0.91 0.11
HSL 113.62º 0.84% 0.48% -
HSV(B) 113.62º 0.91% 0.89% -
XYZ 28.55 55.48 9.87 -
YUV 148.09 55.71 52.33 -
System Red Green Blue C M Y K H S L
Decimal 42 227 20 0.81 0 0.91 0.11 113.62 0.84 0.48
Hex 2A E3 14 51 0 5B B 72 54 30
Octal 52 343 24 121 0 133 13 162 124 60
Binary 101010 11100011 10100 1010001 0 1011011 1011 1110010 1010100 110000

Color Harmonies of #2AE314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE314

Black with #2AE314

Text Example


Text Example

White with #2AE314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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