Html Css Color HEX #2AE71D Lime Green

📋 copy color: '#2AE71D'

red 42 ◦ green 231 ◦ blue 29

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

Shades of Lime Green #2AE71D

Tints of Lime Green #2AE71D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 76.49%

 BLUE value IS 29 (11.72% from 255) = 9.6%

R = 13.91%
G = 76.49%
B = 9.6%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#2AE71D (or 0x2AE71D) is known color: Lime Green. HEX triplet: 2A, E7 and 1D. RGB value is (42,231,29). Sum of RGB (Red+Green+Blue) = 42+231+29=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 231 (90.62% from 255 or 76.49% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 231 - color contains mainly: green. Hex color #2AE71D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE71D is #D518E2. Grayscale: #989898. Windows color (decimal): -13965539 or 1959722. OLE color: 1959722.

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

Color convert

RGB 42 231 29 -
CMYK 0.82 0 0.87 0.09
HSL 116.14º 0.81% 0.51% -
HSV(B) 116.14º 0.87% 0.91% -
XYZ 29.75 57.73 10.74 -
YUV 151.46 58.88 49.93 -
System Red Green Blue C M Y K H S L
Decimal 42 231 29 0.82 0 0.87 0.09 116.14 0.81 0.51
Hex 2A E7 1D 52 0 57 9 74 51 33
Octal 52 347 35 122 0 127 11 164 121 63
Binary 101010 11100111 11101 1010010 0 1010111 1001 1110100 1010001 110011

Color Harmonies of #2AE71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE71D

Black with #2AE71D

Text Example


Text Example

White with #2AE71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,231,29); }

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

background-color css

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

 a { background-color: rgb(42,231,29); }

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

border-color css

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

 span { border-color: rgb(42,231,29); }

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