Html Css Color HEX #2AB535 Lime Green

📋 copy color: '#2AB535'

red 42 ◦ green 181 ◦ blue 53

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

Shades of Lime Green #2AB535

Tints of Lime Green #2AB535

RGB

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

 GREEN value IS 181 (71.09% from 255) = 65.58%

 BLUE value IS 53 (21.09% from 255) = 19.2%

R = 15.22%
G = 65.58%
B = 19.2%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#2AB535 (or 0x2AB535) is known color: Lime Green. HEX triplet: 2A, B5 and 35. RGB value is (42,181,53). Sum of RGB (Red+Green+Blue) = 42+181+53=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 181 (71.09% from 255 or 65.58% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB535 is #D54ACA. Grayscale: #7D7D7D. Windows color (decimal): -13978315 or 3519786. OLE color: 3519786.

HSL color Cylindrical-coordinate representation of color #2AB535: hue angle of 124.75º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB535 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 181 53 -
CMYK 0.77 0 0.71 0.29
HSL 124.75º 0.62% 0.44% -
HSV(B) 124.75º 0.77% 0.71% -
XYZ 18.12 33.8 8.94 -
YUV 124.85 87.45 68.91 -
System Red Green Blue C M Y K H S L
Decimal 42 181 53 0.77 0 0.71 0.29 124.75 0.62 0.44
Hex 2A B5 35 4D 0 47 1D 7D 3E 2C
Octal 52 265 65 115 0 107 35 175 76 54
Binary 101010 10110101 110101 1001101 0 1000111 11101 1111101 111110 101100

Color Harmonies of #2AB535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB535

Black with #2AB535

Text Example


Text Example

White with #2AB535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,181,53); }

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

background-color css

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

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

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

border-color css

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

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

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