Html Css Color HEX #2AAF21 Lime Green

📋 copy color: '#2AAF21'

red 42 ◦ green 175 ◦ blue 33

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

Shades of Lime Green #2AAF21

Tints of Lime Green #2AAF21

RGB

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

 GREEN value IS 175 (68.75% from 255) = 70%

 BLUE value IS 33 (13.28% from 255) = 13.2%

R = 16.8%
G = 70%
B = 13.2%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#2AAF21 (or 0x2AAF21) is known color: Lime Green. HEX triplet: 2A, AF and 21. RGB value is (42,175,33). Sum of RGB (Red+Green+Blue) = 42+175+33=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 175 (68.75% from 255 or 70% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAF21 is #D550DE. Grayscale: #777777. Windows color (decimal): -13979871 or 2207530. OLE color: 2207530.

HSL color Cylindrical-coordinate representation of color #2AAF21: hue angle of 116.2º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AAF21 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 42 175 33 -
CMYK 0.76 0 0.81 0.31
HSL 116.2º 0.68% 0.41% -
HSV(B) 116.2º 0.81% 0.69% -
XYZ 16.56 31.26 6.6 -
YUV 119.05 79.44 73.05 -
System Red Green Blue C M Y K H S L
Decimal 42 175 33 0.76 0 0.81 0.31 116.2 0.68 0.41
Hex 2A AF 21 4C 0 51 1F 74 44 29
Octal 52 257 41 114 0 121 37 164 104 51
Binary 101010 10101111 100001 1001100 0 1010001 11111 1110100 1000100 101001

Color Harmonies of #2AAF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAF21

Black with #2AAF21

Text Example


Text Example

White with #2AAF21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,175,33); }

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

background-color css

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

 a { background-color: rgb(42,175,33); }

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

border-color css

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

 span { border-color: rgb(42,175,33); }

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