Html Css Color HEX #2AD41D Lime Green

📋 copy color: '#2AD41D'

red 42 ◦ green 212 ◦ blue 29

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

Shades of Lime Green #2AD41D

Tints of Lime Green #2AD41D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 74.91%

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

R = 14.84%
G = 74.91%
B = 10.25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#2AD41D (or 0x2AD41D) is known color: Lime Green. HEX triplet: 2A, D4 and 1D. RGB value is (42,212,29). Sum of RGB (Red+Green+Blue) = 42+212+29=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 212 (83.20% from 255 or 74.91% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 212 - color contains mainly: green. Hex color #2AD41D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD41D is #D52BE2. Grayscale: #8C8C8C. Windows color (decimal): -13970403 or 1954858. OLE color: 1954858.

HSL color Cylindrical-coordinate representation of color #2AD41D: hue angle of 115.74º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AD41D is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 42 212 29 -
CMYK 0.80 0 0.86 0.17
HSL 115.74º 0.76% 0.47% -
HSV(B) 115.74º 0.86% 0.83% -
XYZ 24.72 47.67 9.06 -
YUV 140.31 65.18 57.88 -
System Red Green Blue C M Y K H S L
Decimal 42 212 29 0.80 0 0.86 0.17 115.74 0.76 0.47
Hex 2A D4 1D 50 0 56 11 74 4C 2F
Octal 52 324 35 120 0 126 21 164 114 57
Binary 101010 11010100 11101 1010000 0 1010110 10001 1110100 1001100 101111

Color Harmonies of #2AD41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD41D

Black with #2AD41D

Text Example


Text Example

White with #2AD41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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