Html Css Color HEX #31F92C Lime Green

📋 copy color: '#31F92C'

red 49 ◦ green 249 ◦ blue 44

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

Shades of Lime Green #31F92C

Tints of Lime Green #31F92C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 72.81%

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

R = 14.33%
G = 72.81%
B = 12.87%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#31F92C (or 0x31F92C) is known color: Lime Green. HEX triplet: 31, F9 and 2C. RGB value is (49,249,44). Sum of RGB (Red+Green+Blue) = 49+249+44=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 249 (97.66% from 255 or 72.81% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 249 - color contains mainly: green. Hex color #31F92C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F92C is #CE06D3. Grayscale: #A6A6A6. Windows color (decimal): -13502164 or 2947377. OLE color: 2947377.

HSL color Cylindrical-coordinate representation of color #31F92C: hue angle of 118.54º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31F92C is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 249 44 -
CMYK 0.80 0 0.82 0.02
HSL 118.54º 0.94% 0.57% -
HSV(B) 118.54º 0.82% 0.98% -
XYZ 35.6 68.59 13.75 -
YUV 165.83 59.24 44.67 -
System Red Green Blue C M Y K H S L
Decimal 49 249 44 0.80 0 0.82 0.02 118.54 0.94 0.57
Hex 31 F9 2C 50 0 52 2 77 5E 39
Octal 61 371 54 120 0 122 2 167 136 71
Binary 110001 11111001 101100 1010000 0 1010010 10 1110111 1011110 111001

Color Harmonies of #31F92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F92C

Black with #31F92C

Text Example


Text Example

White with #31F92C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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