Html Css Color HEX #2AAE33 Lime Green

📋 copy color: '#2AAE33'

red 42 ◦ green 174 ◦ blue 51

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

Shades of Lime Green #2AAE33

Tints of Lime Green #2AAE33

RGB

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

 GREEN value IS 174 (68.36% from 255) = 65.17%

 BLUE value IS 51 (20.31% from 255) = 19.1%

R = 15.73%
G = 65.17%
B = 19.1%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#2AAE33 (or 0x2AAE33) is known color: Lime Green. HEX triplet: 2A, AE and 33. RGB value is (42,174,51). Sum of RGB (Red+Green+Blue) = 42+174+51=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 174 (68.36% from 255 or 65.17% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAE33 is #D551CC. Grayscale: #787878. Windows color (decimal): -13980109 or 3386922. OLE color: 3386922.

HSL color Cylindrical-coordinate representation of color #2AAE33: hue angle of 124.09º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAE33 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 174 51 -
CMYK 0.76 0 0.71 0.32
HSL 124.09º 0.61% 0.42% -
HSV(B) 124.09º 0.76% 0.68% -
XYZ 16.69 31 8.24 -
YUV 120.51 88.77 72 -
System Red Green Blue C M Y K H S L
Decimal 42 174 51 0.76 0 0.71 0.32 124.09 0.61 0.42
Hex 2A AE 33 4C 0 47 20 7C 3D 2A
Octal 52 256 63 114 0 107 40 174 75 52
Binary 101010 10101110 110011 1001100 0 1000111 100000 1111100 111101 101010

Color Harmonies of #2AAE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAE33

Black with #2AAE33

Text Example


Text Example

White with #2AAE33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,174,51); }

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

background-color css

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

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

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

border-color css

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

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

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