Html Css Color HEX #2AD42C Lime Green

📋 copy color: '#2AD42C'

red 42 ◦ green 212 ◦ blue 44

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

Shades of Lime Green #2AD42C

Tints of Lime Green #2AD42C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.77%

R = 14.09%
G = 71.14%
B = 14.77%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#2AD42C (or 0x2AD42C) is known color: Lime Green. HEX triplet: 2A, D4 and 2C. RGB value is (42,212,44). Sum of RGB (Red+Green+Blue) = 42+212+44=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 212 (83.20% from 255 or 71.14% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 212 - color contains mainly: green. Hex color #2AD42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD42C is #D52BD3. Grayscale: #8E8E8E. Windows color (decimal): -13970388 or 2937898. OLE color: 2937898.

HSL color Cylindrical-coordinate representation of color #2AD42C: hue angle of 120.71º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD42C is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 42 212 44 -
CMYK 0.80 0 0.79 0.17
HSL 120.71º 0.67% 0.5% -
HSV(B) 120.71º 0.8% 0.83% -
XYZ 24.95 47.76 10.29 -
YUV 142.02 72.68 56.66 -
System Red Green Blue C M Y K H S L
Decimal 42 212 44 0.80 0 0.79 0.17 120.71 0.67 0.5
Hex 2A D4 2C 50 0 4F 11 79 43 32
Octal 52 324 54 120 0 117 21 171 103 62
Binary 101010 11010100 101100 1010000 0 1001111 10001 1111001 1000011 110010

Color Harmonies of #2AD42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD42C

Black with #2AD42C

Text Example


Text Example

White with #2AD42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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