Html Css Color HEX #2AB923 Lime Green

📋 copy color: '#2AB923'

red 42 ◦ green 185 ◦ blue 35

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

Shades of Lime Green #2AB923

Tints of Lime Green #2AB923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.36%

R = 16.03%
G = 70.61%
B = 13.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#2AB923 (or 0x2AB923) is known color: Lime Green. HEX triplet: 2A, B9 and 23. RGB value is (42,185,35). Sum of RGB (Red+Green+Blue) = 42+185+35=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 185 (72.66% from 255 or 70.61% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB923 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB923 is #D546DC. Grayscale: #7D7D7D. Windows color (decimal): -13977309 or 2341162. OLE color: 2341162.

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

Color convert

RGB 42 185 35 -
CMYK 0.77 0 0.81 0.27
HSL 117.2º 0.68% 0.43% -
HSV(B) 117.2º 0.81% 0.73% -
XYZ 18.61 35.31 7.43 -
YUV 125.14 77.12 68.7 -
System Red Green Blue C M Y K H S L
Decimal 42 185 35 0.77 0 0.81 0.27 117.2 0.68 0.43
Hex 2A B9 23 4D 0 51 1B 75 44 2B
Octal 52 271 43 115 0 121 33 165 104 53
Binary 101010 10111001 100011 1001101 0 1010001 11011 1110101 1000100 101011

Color Harmonies of #2AB923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB923

Black with #2AB923

Text Example


Text Example

White with #2AB923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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