Html Css Color HEX #31AF22 Lime Green

📋 copy color: '#31AF22'

red 49 ◦ green 175 ◦ blue 34

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

Shades of Lime Green #31AF22

Tints of Lime Green #31AF22

RGB

 RED value IS 49 (19.53% from 255) = 18.99%

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

 BLUE value IS 34 (13.67% from 255) = 13.18%

R = 18.99%
G = 67.83%
B = 13.18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#31AF22 (or 0x31AF22) is known color: Lime Green. HEX triplet: 31, AF and 22. RGB value is (49,175,34). Sum of RGB (Red+Green+Blue) = 49+175+34=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 175 (68.75% from 255 or 67.83% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AF22 is #CE50DD. Grayscale: #797979. Windows color (decimal): -13521118 or 2273073. OLE color: 2273073.

HSL color Cylindrical-coordinate representation of color #31AF22: hue angle of 113.62º degrees, saturation: 0.67, 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 #31AF22 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 175 34 -
CMYK 0.72 0 0.81 0.31
HSL 113.62º 0.67% 0.41% -
HSV(B) 113.62º 0.81% 0.69% -
XYZ 16.89 31.43 6.69 -
YUV 121.25 78.76 76.46 -
System Red Green Blue C M Y K H S L
Decimal 49 175 34 0.72 0 0.81 0.31 113.62 0.67 0.41
Hex 31 AF 22 48 0 51 1F 72 43 29
Octal 61 257 42 110 0 121 37 162 103 51
Binary 110001 10101111 100010 1001000 0 1010001 11111 1110010 1000011 101001

Color Harmonies of #31AF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AF22

Black with #31AF22

Text Example


Text Example

White with #31AF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31AF22; }

 p { color: rgb(49,175,34); }

 H1.HeaderClassName
 {
   color: #31AF22;
 }
 .AnyTagClassName
 {
   color: #31AF22;
 }
</style>

background-color css

<style>
 a { background-color: #31AF22; }

 a { background-color: rgb(49,175,34); }

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

border-color css

<style>
 span { border-color: #31AF22; }

 span { border-color: rgb(49,175,34); }

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