Html Css Color HEX #2AB735 Lime Green

📋 copy color: '#2AB735'

red 42 ◦ green 183 ◦ blue 53

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

Shades of Lime Green #2AB735

Tints of Lime Green #2AB735

RGB

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

 GREEN value IS 183 (71.88% from 255) = 65.83%

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

R = 15.11%
G = 65.83%
B = 19.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#2AB735 (or 0x2AB735) is known color: Lime Green. HEX triplet: 2A, B7 and 35. RGB value is (42,183,53). Sum of RGB (Red+Green+Blue) = 42+183+53=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 183 (71.88% from 255 or 65.83% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB735 is #D548CA. Grayscale: #7E7E7E. Windows color (decimal): -13977803 or 3520298. OLE color: 3520298.

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

Color convert

RGB 42 183 53 -
CMYK 0.77 0 0.71 0.28
HSL 124.68º 0.63% 0.44% -
HSV(B) 124.68º 0.77% 0.72% -
XYZ 18.53 34.62 9.07 -
YUV 126.02 86.79 68.07 -
System Red Green Blue C M Y K H S L
Decimal 42 183 53 0.77 0 0.71 0.28 124.68 0.63 0.44
Hex 2A B7 35 4D 0 47 1C 7D 3F 2C
Octal 52 267 65 115 0 107 34 175 77 54
Binary 101010 10110111 110101 1001101 0 1000111 11100 1111101 111111 101100

Color Harmonies of #2AB735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB735

Black with #2AB735

Text Example


Text Example

White with #2AB735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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