Html Css Color HEX #2AD12F Lime Green

📋 copy color: '#2AD12F'

red 42 ◦ green 209 ◦ blue 47

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

Shades of Lime Green #2AD12F

Tints of Lime Green #2AD12F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 70.13%

 BLUE value IS 47 (18.75% from 255) = 15.77%

R = 14.09%
G = 70.13%
B = 15.77%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#2AD12F (or 0x2AD12F) is known color: Lime Green. HEX triplet: 2A, D1 and 2F. RGB value is (42,209,47). Sum of RGB (Red+Green+Blue) = 42+209+47=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 209 (82.03% from 255 or 70.13% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD12F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD12F is #D52ED0. Grayscale: #8D8D8D. Windows color (decimal): -13971153 or 3133738. OLE color: 3133738.

HSL color Cylindrical-coordinate representation of color #2AD12F: hue angle of 121.8º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD12F is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 42 209 47 -
CMYK 0.80 0 0.78 0.18
HSL 121.8º 0.67% 0.49% -
HSV(B) 121.8º 0.8% 0.82% -
XYZ 24.27 46.3 10.35 -
YUV 140.6 75.17 57.67 -
System Red Green Blue C M Y K H S L
Decimal 42 209 47 0.80 0 0.78 0.18 121.8 0.67 0.49
Hex 2A D1 2F 50 0 4E 12 7A 43 31
Octal 52 321 57 120 0 116 22 172 103 61
Binary 101010 11010001 101111 1010000 0 1001110 10010 1111010 1000011 110001

Color Harmonies of #2AD12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD12F

Black with #2AD12F

Text Example


Text Example

White with #2AD12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,209,47); }

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

background-color css

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

 a { background-color: rgb(42,209,47); }

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

border-color css

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

 span { border-color: rgb(42,209,47); }

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