Html Css Color HEX #2AD61A Lime Green

📋 copy color: '#2AD61A'

red 42 ◦ green 214 ◦ blue 26

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

Shades of Lime Green #2AD61A

Tints of Lime Green #2AD61A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 75.89%

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 14.89%
G = 75.89%
B = 9.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#2AD61A (or 0x2AD61A) is known color: Lime Green. HEX triplet: 2A, D6 and 1A. RGB value is (42,214,26). Sum of RGB (Red+Green+Blue) = 42+214+26=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 214 (83.98% from 255 or 75.89% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD61A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD61A is #D529E5. Grayscale: #8D8D8D. Windows color (decimal): -13969894 or 1758762. OLE color: 1758762.

HSL color Cylindrical-coordinate representation of color #2AD61A: hue angle of 114.89º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AD61A is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 214 26 -
CMYK 0.80 0 0.88 0.16
HSL 114.89º 0.78% 0.47% -
HSV(B) 114.89º 0.88% 0.84% -
XYZ 25.19 48.66 9.04 -
YUV 141.14 63.02 57.29 -
System Red Green Blue C M Y K H S L
Decimal 42 214 26 0.80 0 0.88 0.16 114.89 0.78 0.47
Hex 2A D6 1A 50 0 58 10 73 4E 2F
Octal 52 326 32 120 0 130 20 163 116 57
Binary 101010 11010110 11010 1010000 0 1011000 10000 1110011 1001110 101111

Color Harmonies of #2AD61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD61A

Black with #2AD61A

Text Example


Text Example

White with #2AD61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,214,26); }

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

background-color css

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

 a { background-color: rgb(42,214,26); }

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

border-color css

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

 span { border-color: rgb(42,214,26); }

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