Html Css Color HEX #31AF2E Lime Green

📋 copy color: '#31AF2E'

red 49 ◦ green 175 ◦ blue 46

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

Shades of Lime Green #31AF2E

Tints of Lime Green #31AF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 18.15%
G = 64.81%
B = 17.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#31AF2E (or 0x31AF2E) is known color: Lime Green. HEX triplet: 31, AF and 2E. RGB value is (49,175,46). Sum of RGB (Red+Green+Blue) = 49+175+46=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 175 (68.75% from 255 or 64.81% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AF2E is #CE50D1. Grayscale: #7B7B7B. Windows color (decimal): -13521106 or 3059505. OLE color: 3059505.

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

Color convert

RGB 49 175 46 -
CMYK 0.72 0 0.74 0.31
HSL 118.6º 0.58% 0.43% -
HSV(B) 118.6º 0.74% 0.69% -
XYZ 17.09 31.51 7.77 -
YUV 122.62 84.76 75.49 -
System Red Green Blue C M Y K H S L
Decimal 49 175 46 0.72 0 0.74 0.31 118.6 0.58 0.43
Hex 31 AF 2E 48 0 4A 1F 77 3A 2B
Octal 61 257 56 110 0 112 37 167 72 53
Binary 110001 10101111 101110 1001000 0 1001010 11111 1110111 111010 101011

Color Harmonies of #31AF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AF2E

Black with #31AF2E

Text Example


Text Example

White with #31AF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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