Html Css Color HEX #2AE41D Lime Green

📋 copy color: '#2AE41D'

red 42 ◦ green 228 ◦ blue 29

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

Shades of Lime Green #2AE41D

Tints of Lime Green #2AE41D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 76.25%

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

R = 14.05%
G = 76.25%
B = 9.7%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#2AE41D (or 0x2AE41D) is known color: Lime Green. HEX triplet: 2A, E4 and 1D. RGB value is (42,228,29). Sum of RGB (Red+Green+Blue) = 42+228+29=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 228 (89.45% from 255 or 76.25% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 228 - color contains mainly: green. Hex color #2AE41D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE41D is #D51BE2. Grayscale: #969696. Windows color (decimal): -13966307 or 1958954. OLE color: 1958954.

HSL color Cylindrical-coordinate representation of color #2AE41D: hue angle of 116.08º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AE41D is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB 42 228 29 -
CMYK 0.82 0 0.87 0.11
HSL 116.08º 0.79% 0.5% -
HSV(B) 116.08º 0.87% 0.89% -
XYZ 28.92 56.07 10.46 -
YUV 149.7 59.88 51.18 -
System Red Green Blue C M Y K H S L
Decimal 42 228 29 0.82 0 0.87 0.11 116.08 0.79 0.5
Hex 2A E4 1D 52 0 57 B 74 4F 32
Octal 52 344 35 122 0 127 13 164 117 62
Binary 101010 11100100 11101 1010010 0 1010111 1011 1110100 1001111 110010

Color Harmonies of #2AE41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE41D

Black with #2AE41D

Text Example


Text Example

White with #2AE41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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