Html Css Color HEX #2AAB35 Lime Green

📋 copy color: '#2AAB35'

red 42 ◦ green 171 ◦ blue 53

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

Shades of Lime Green #2AAB35

Tints of Lime Green #2AAB35

RGB

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

 GREEN value IS 171 (67.19% from 255) = 64.29%

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

R = 15.79%
G = 64.29%
B = 19.92%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#2AAB35 (or 0x2AAB35) is known color: Lime Green. HEX triplet: 2A, AB and 35. RGB value is (42,171,53). Sum of RGB (Red+Green+Blue) = 42+171+53=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 171 (67.19% from 255 or 64.29% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAB35 is #D554CA. Grayscale: #777777. Windows color (decimal): -13980875 or 3517226. OLE color: 3517226.

HSL color Cylindrical-coordinate representation of color #2AAB35: hue angle of 125.12º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB35 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 171 53 -
CMYK 0.75 0 0.69 0.33
HSL 125.12º 0.61% 0.42% -
HSV(B) 125.12º 0.75% 0.67% -
XYZ 16.16 29.88 8.28 -
YUV 118.98 90.76 73.09 -
System Red Green Blue C M Y K H S L
Decimal 42 171 53 0.75 0 0.69 0.33 125.12 0.61 0.42
Hex 2A AB 35 4B 0 45 21 7D 3D 2A
Octal 52 253 65 113 0 105 41 175 75 52
Binary 101010 10101011 110101 1001011 0 1000101 100001 1111101 111101 101010

Color Harmonies of #2AAB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAB35

Black with #2AAB35

Text Example


Text Example

White with #2AAB35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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