Html Css Color HEX #2AE61D Lime Green

📋 copy color: '#2AE61D'

red 42 ◦ green 230 ◦ blue 29

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

Shades of Lime Green #2AE61D

Tints of Lime Green #2AE61D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 76.41%

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

R = 13.95%
G = 76.41%
B = 9.63%

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

#2AE61D (or 0x2AE61D) is known color: Lime Green. HEX triplet: 2A, E6 and 1D. RGB value is (42,230,29). Sum of RGB (Red+Green+Blue) = 42+230+29=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 230 (90.23% from 255 or 76.41% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE61D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE61D is #D519E2. Grayscale: #979797. Windows color (decimal): -13965795 or 1959466. OLE color: 1959466.

HSL color Cylindrical-coordinate representation of color #2AE61D: hue angle of 116.12º degrees, saturation: 0.8, 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 #2AE61D is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 230 29 -
CMYK 0.82 0 0.87 0.10
HSL 116.12º 0.8% 0.51% -
HSV(B) 116.12º 0.87% 0.9% -
XYZ 29.47 57.17 10.64 -
YUV 150.87 59.22 50.34 -
System Red Green Blue C M Y K H S L
Decimal 42 230 29 0.82 0 0.87 0.10 116.12 0.8 0.51
Hex 2A E6 1D 52 0 57 A 74 50 33
Octal 52 346 35 122 0 127 12 164 120 63
Binary 101010 11100110 11101 1010010 0 1010111 1010 1110100 1010000 110011

Color Harmonies of #2AE61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE61D

Black with #2AE61D

Text Example


Text Example

White with #2AE61D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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