Html Css Color HEX #2AD04A Lime Green

📋 copy color: '#2AD04A'

red 42 ◦ green 208 ◦ blue 74

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

Shades of Lime Green #2AD04A

Tints of Lime Green #2AD04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 64.2%

 BLUE value IS 74 (29.3% from 255) = 22.84%

R = 12.96%
G = 64.2%
B = 22.84%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#2AD04A (or 0x2AD04A) is known color: Lime Green. HEX triplet: 2A, D0 and 4A. RGB value is (42,208,74). Sum of RGB (Red+Green+Blue) = 42+208+74=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 208 (81.64% from 255 or 64.20% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD04A is #D52FB5. Grayscale: #8F8F8F. Windows color (decimal): -13971382 or 4902954. OLE color: 4902954.

HSL color Cylindrical-coordinate representation of color #2AD04A: hue angle of 131.57º degrees, saturation: 0.66, 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 #2AD04A is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 42 208 74 -
CMYK 0.80 0 0.64 0.18
HSL 131.57º 0.66% 0.49% -
HSV(B) 131.57º 0.8% 0.82% -
XYZ 24.75 46.1 14.07 -
YUV 143.09 89 55.9 -
System Red Green Blue C M Y K H S L
Decimal 42 208 74 0.80 0 0.64 0.18 131.57 0.66 0.49
Hex 2A D0 4A 50 0 40 12 84 42 31
Octal 52 320 112 120 0 100 22 204 102 61
Binary 101010 11010000 1001010 1010000 0 1000000 10010 10000100 1000010 110001

Color Harmonies of #2AD04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD04A

Black with #2AD04A

Text Example


Text Example

White with #2AD04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,208,74); }

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

background-color css

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

 a { background-color: rgb(42,208,74); }

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

border-color css

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

 span { border-color: rgb(42,208,74); }

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