Html Css Color HEX #2AB92A Lime Green

📋 copy color: '#2AB92A'

red 42 ◦ green 185 ◦ blue 42

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

Shades of Lime Green #2AB92A

Tints of Lime Green #2AB92A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 68.77%

 BLUE value IS 42 (16.8% from 255) = 15.61%

R = 15.61%
G = 68.77%
B = 15.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#2AB92A (or 0x2AB92A) is known color: Lime Green. HEX triplet: 2A, B9 and 2A. RGB value is (42,185,42). Sum of RGB (Red+Green+Blue) = 42+185+42=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 185 (72.66% from 255 or 68.77% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB92A is #D546D5. Grayscale: #7E7E7E. Windows color (decimal): -13977302 or 2799914. OLE color: 2799914.

HSL color Cylindrical-coordinate representation of color #2AB92A: hue angle of 120º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB92A is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 185 42 -
CMYK 0.77 0 0.77 0.27
HSL 120º 0.63% 0.45% -
HSV(B) 120º 0.77% 0.73% -
XYZ 18.72 35.36 8.03 -
YUV 125.94 80.62 68.13 -
System Red Green Blue C M Y K H S L
Decimal 42 185 42 0.77 0 0.77 0.27 120 0.63 0.45
Hex 2A B9 2A 4D 0 4D 1B 78 3F 2D
Octal 52 271 52 115 0 115 33 170 77 55
Binary 101010 10111001 101010 1001101 0 1001101 11011 1111000 111111 101101

Color Harmonies of #2AB92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB92A

Black with #2AB92A

Text Example


Text Example

White with #2AB92A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,185,42); }

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

background-color css

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

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

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

border-color css

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

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

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