Html Css Color HEX #31D54B Lime Green

📋 copy color: '#31D54B'

red 49 ◦ green 213 ◦ blue 75

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

Shades of Lime Green #31D54B

Tints of Lime Green #31D54B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 63.2%

 BLUE value IS 75 (29.69% from 255) = 22.26%

R = 14.54%
G = 63.2%
B = 22.26%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#31D54B (or 0x31D54B) is known color: Lime Green. HEX triplet: 31, D5 and 4B. RGB value is (49,213,75). Sum of RGB (Red+Green+Blue) = 49+213+75=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 213 (83.59% from 255 or 63.20% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 213 - color contains mainly: green. Hex color #31D54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D54B is #CE2AB4. Grayscale: #949494. Windows color (decimal): -13511349 or 4969777. OLE color: 4969777.

HSL color Cylindrical-coordinate representation of color #31D54B: hue angle of 129.51º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D54B is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 213 75 -
CMYK 0.77 0 0.65 0.16
HSL 129.51º 0.66% 0.51% -
HSV(B) 129.51º 0.77% 0.84% -
XYZ 26.33 48.75 14.68 -
YUV 148.23 86.67 57.22 -
System Red Green Blue C M Y K H S L
Decimal 49 213 75 0.77 0 0.65 0.16 129.51 0.66 0.51
Hex 31 D5 4B 4D 0 41 10 82 42 33
Octal 61 325 113 115 0 101 20 202 102 63
Binary 110001 11010101 1001011 1001101 0 1000001 10000 10000010 1000010 110011

Color Harmonies of #31D54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D54B

Black with #31D54B

Text Example


Text Example

White with #31D54B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,213,75); }

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

background-color css

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

 a { background-color: rgb(49,213,75); }

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

border-color css

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

 span { border-color: rgb(49,213,75); }

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