Html Css Color HEX #2AB22D Lime Green

📋 copy color: '#2AB22D'

red 42 ◦ green 178 ◦ blue 45

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

Shades of Lime Green #2AB22D

Tints of Lime Green #2AB22D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 67.17%

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

R = 15.85%
G = 67.17%
B = 16.98%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#2AB22D (or 0x2AB22D) is known color: Lime Green. HEX triplet: 2A, B2 and 2D. RGB value is (42,178,45). Sum of RGB (Red+Green+Blue) = 42+178+45=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 178 (69.92% from 255 or 67.17% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB22D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB22D is #D54DD2. Grayscale: #7A7A7A. Windows color (decimal): -13979091 or 2994730. OLE color: 2994730.

HSL color Cylindrical-coordinate representation of color #2AB22D: hue angle of 121.32º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB22D is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 178 45 -
CMYK 0.76 0 0.75 0.30
HSL 121.32º 0.62% 0.43% -
HSV(B) 121.32º 0.76% 0.7% -
XYZ 17.35 32.52 7.85 -
YUV 122.17 84.44 70.81 -
System Red Green Blue C M Y K H S L
Decimal 42 178 45 0.76 0 0.75 0.30 121.32 0.62 0.43
Hex 2A B2 2D 4C 0 4B 1E 79 3E 2B
Octal 52 262 55 114 0 113 36 171 76 53
Binary 101010 10110010 101101 1001100 0 1001011 11110 1111001 111110 101011

Color Harmonies of #2AB22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB22D

Black with #2AB22D

Text Example


Text Example

White with #2AB22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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