Html Css Color HEX #31AF28 Lime Green

📋 copy color: '#31AF28'

red 49 ◦ green 175 ◦ blue 40

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

Shades of Lime Green #31AF28

Tints of Lime Green #31AF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.15%

R = 18.56%
G = 66.29%
B = 15.15%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#31AF28 (or 0x31AF28) is known color: Lime Green. HEX triplet: 31, AF and 28. RGB value is (49,175,40). Sum of RGB (Red+Green+Blue) = 49+175+40=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 175 (68.75% from 255 or 66.29% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AF28 is #CE50D7. Grayscale: #7A7A7A. Windows color (decimal): -13521112 or 2666289. OLE color: 2666289.

HSL color Cylindrical-coordinate representation of color #31AF28: hue angle of 116º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31AF28 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 175 40 -
CMYK 0.72 0 0.77 0.31
HSL 116º 0.63% 0.42% -
HSV(B) 116º 0.77% 0.69% -
XYZ 16.98 31.47 7.19 -
YUV 121.94 81.76 75.98 -
System Red Green Blue C M Y K H S L
Decimal 49 175 40 0.72 0 0.77 0.31 116 0.63 0.42
Hex 31 AF 28 48 0 4D 1F 74 3F 2A
Octal 61 257 50 110 0 115 37 164 77 52
Binary 110001 10101111 101000 1001000 0 1001101 11111 1110100 111111 101010

Color Harmonies of #31AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AF28

Black with #31AF28

Text Example


Text Example

White with #31AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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