Html Css Color HEX #2AD22D Lime Green

📋 copy color: '#2AD22D'

red 42 ◦ green 210 ◦ blue 45

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

Shades of Lime Green #2AD22D

Tints of Lime Green #2AD22D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 70.71%

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 14.14%
G = 70.71%
B = 15.15%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#2AD22D (or 0x2AD22D) is known color: Lime Green. HEX triplet: 2A, D2 and 2D. RGB value is (42,210,45). Sum of RGB (Red+Green+Blue) = 42+210+45=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 210 (82.42% from 255 or 70.71% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD22D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD22D is #D52DD2. Grayscale: #8D8D8D. Windows color (decimal): -13970899 or 3002922. OLE color: 3002922.

HSL color Cylindrical-coordinate representation of color #2AD22D: hue angle of 121.07º 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 #2AD22D is Cyan = 0.8, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 42 210 45 -
CMYK 0.8 0 0.79 0.18
HSL 121.07º 0.67% 0.49% -
HSV(B) 121.07º 0.8% 0.82% -
XYZ 24.48 46.77 10.22 -
YUV 140.96 73.84 57.42 -
System Red Green Blue C M Y K H S L
Decimal 42 210 45 0.8 0 0.79 0.18 121.07 0.67 0.49
Hex 2A D2 2D 50 0 4F 12 79 43 31
Octal 52 322 55 120 0 117 22 171 103 61
Binary 101010 11010010 101101 1010000 0 1001111 10010 1111001 1000011 110001

Color Harmonies of #2AD22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD22D

Black with #2AD22D

Text Example


Text Example

White with #2AD22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,210,45); }

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

background-color css

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

 a { background-color: rgb(42,210,45); }

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

border-color css

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

 span { border-color: rgb(42,210,45); }

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