Html Css Color HEX #20AF2F Lime Green

📋 copy color: '#20AF2F'

red 32 ◦ green 175 ◦ blue 47

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

Shades of Lime Green #20AF2F

Tints of Lime Green #20AF2F

RGB

 RED value IS 32 (12.89% from 255) = 12.6%

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

 BLUE value IS 47 (18.75% from 255) = 18.5%

R = 12.6%
G = 68.9%
B = 18.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#20AF2F (or 0x20AF2F) is known color: Lime Green. HEX triplet: 20, AF and 2F. RGB value is (32,175,47). Sum of RGB (Red+Green+Blue) = 32+175+47=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 175 (68.75% from 255 or 68.90% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AF2F is #DF50D0. Grayscale: #767676. Windows color (decimal): -14635217 or 3125024. OLE color: 3125024.

HSL color Cylindrical-coordinate representation of color #20AF2F: hue angle of 126.29º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF2F is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 175 47 -
CMYK 0.82 0 0.73 0.31
HSL 126.29º 0.69% 0.41% -
HSV(B) 126.29º 0.82% 0.69% -
XYZ 16.44 31.17 7.84 -
YUV 117.65 88.12 66.91 -
System Red Green Blue C M Y K H S L
Decimal 32 175 47 0.82 0 0.73 0.31 126.29 0.69 0.41
Hex 20 AF 2F 52 0 49 1F 7E 45 29
Octal 40 257 57 122 0 111 37 176 105 51
Binary 100000 10101111 101111 1010010 0 1001001 11111 1111110 1000101 101001

Color Harmonies of #20AF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AF2F

Black with #20AF2F

Text Example


Text Example

White with #20AF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20AF2F; }

 p { color: rgb(32,175,47); }

 H1.HeaderClassName
 {
   color: #20AF2F;
 }
 .AnyTagClassName
 {
   color: #20AF2F;
 }
</style>

background-color css

<style>
 a { background-color: #20AF2F; }

 a { background-color: rgb(32,175,47); }

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

border-color css

<style>
 span { border-color: #20AF2F; }

 span { border-color: rgb(32,175,47); }

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