Html Css Color HEX #2AE51D Lime Green

📋 copy color: '#2AE51D'

red 42 ◦ green 229 ◦ blue 29

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

Shades of Lime Green #2AE51D

Tints of Lime Green #2AE51D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 76.33%

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

R = 14%
G = 76.33%
B = 9.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#2AE51D (or 0x2AE51D) is known color: Lime Green. HEX triplet: 2A, E5 and 1D. RGB value is (42,229,29). Sum of RGB (Red+Green+Blue) = 42+229+29=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 229 (89.84% from 255 or 76.33% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE51D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE51D is #D51AE2. Grayscale: #969696. Windows color (decimal): -13966051 or 1959210. OLE color: 1959210.

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

Color convert

RGB 42 229 29 -
CMYK 0.82 0 0.87 0.10
HSL 116.1º 0.79% 0.51% -
HSV(B) 116.1º 0.87% 0.9% -
XYZ 29.2 56.62 10.55 -
YUV 150.29 59.55 50.76 -
System Red Green Blue C M Y K H S L
Decimal 42 229 29 0.82 0 0.87 0.10 116.1 0.79 0.51
Hex 2A E5 1D 52 0 57 A 74 4F 33
Octal 52 345 35 122 0 127 12 164 117 63
Binary 101010 11100101 11101 1010010 0 1010111 1010 1110100 1001111 110011

Color Harmonies of #2AE51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE51D

Black with #2AE51D

Text Example


Text Example

White with #2AE51D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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