Html Css Color HEX #31C72C Lime Green

📋 copy color: '#31C72C'

red 49 ◦ green 199 ◦ blue 44

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

Shades of Lime Green #31C72C

Tints of Lime Green #31C72C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 68.15%

 BLUE value IS 44 (17.58% from 255) = 15.07%

R = 16.78%
G = 68.15%
B = 15.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#31C72C (or 0x31C72C) is known color: Lime Green. HEX triplet: 31, C7 and 2C. RGB value is (49,199,44). Sum of RGB (Red+Green+Blue) = 49+199+44=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 199 (78.12% from 255 or 68.15% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 199 - color contains mainly: green. Hex color #31C72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C72C is #CE38D3. Grayscale: #888888. Windows color (decimal): -13514964 or 2934577. OLE color: 2934577.

HSL color Cylindrical-coordinate representation of color #31C72C: hue angle of 118.06º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31C72C is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 199 44 -
CMYK 0.75 0 0.78 0.22
HSL 118.06º 0.64% 0.48% -
HSV(B) 118.06º 0.78% 0.78% -
XYZ 22.14 41.68 9.26 -
YUV 136.48 75.81 65.6 -
System Red Green Blue C M Y K H S L
Decimal 49 199 44 0.75 0 0.78 0.22 118.06 0.64 0.48
Hex 31 C7 2C 4B 0 4E 16 76 40 30
Octal 61 307 54 113 0 116 26 166 100 60
Binary 110001 11000111 101100 1001011 0 1001110 10110 1110110 1000000 110000

Color Harmonies of #31C72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C72C

Black with #31C72C

Text Example


Text Example

White with #31C72C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,199,44); }

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

background-color css

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

 a { background-color: rgb(49,199,44); }

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

border-color css

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

 span { border-color: rgb(49,199,44); }

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