Html Css Color HEX #31AF34 Lime Green

📋 copy color: '#31AF34'

red 49 ◦ green 175 ◦ blue 52

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

Shades of Lime Green #31AF34

Tints of Lime Green #31AF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.84%

R = 17.75%
G = 63.41%
B = 18.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#31AF34 (or 0x31AF34) is known color: Lime Green. HEX triplet: 31, AF and 34. RGB value is (49,175,52). Sum of RGB (Red+Green+Blue) = 49+175+52=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 175 (68.75% from 255 or 63.41% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AF34 is #CE50CB. Grayscale: #7B7B7B. Windows color (decimal): -13521100 or 3452721. OLE color: 3452721.

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

Color convert

RGB 49 175 52 -
CMYK 0.72 0 0.70 0.31
HSL 121.43º 0.56% 0.44% -
HSV(B) 121.43º 0.72% 0.69% -
XYZ 17.22 31.56 8.43 -
YUV 123.3 87.76 75 -
System Red Green Blue C M Y K H S L
Decimal 49 175 52 0.72 0 0.70 0.31 121.43 0.56 0.44
Hex 31 AF 34 48 0 46 1F 79 38 2C
Octal 61 257 64 110 0 106 37 171 70 54
Binary 110001 10101111 110100 1001000 0 1000110 11111 1111001 111000 101100

Color Harmonies of #31AF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AF34

Black with #31AF34

Text Example


Text Example

White with #31AF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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