Html Css Color HEX #31BE44 Lime Green

📋 copy color: '#31BE44'

red 49 ◦ green 190 ◦ blue 68

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

Shades of Lime Green #31BE44

Tints of Lime Green #31BE44

RGB

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

 GREEN value IS 190 (74.61% from 255) = 61.89%

 BLUE value IS 68 (26.95% from 255) = 22.15%

R = 15.96%
G = 61.89%
B = 22.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#31BE44 (or 0x31BE44) is known color: Lime Green. HEX triplet: 31, BE and 44. RGB value is (49,190,68). Sum of RGB (Red+Green+Blue) = 49+190+68=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 190 (74.61% from 255 or 61.89% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BE44 is #CE41BB. Grayscale: #868686. Windows color (decimal): -13517244 or 4505137. OLE color: 4505137.

HSL color Cylindrical-coordinate representation of color #31BE44: hue angle of 128.09º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BE44 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 190 68 -
CMYK 0.74 0 0.64 0.25
HSL 128.09º 0.59% 0.47% -
HSV(B) 128.09º 0.74% 0.75% -
XYZ 20.72 37.9 11.69 -
YUV 133.93 90.79 67.42 -
System Red Green Blue C M Y K H S L
Decimal 49 190 68 0.74 0 0.64 0.25 128.09 0.59 0.47
Hex 31 BE 44 4A 0 40 19 80 3B 2F
Octal 61 276 104 112 0 100 31 200 73 57
Binary 110001 10111110 1000100 1001010 0 1000000 11001 10000000 111011 101111

Color Harmonies of #31BE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BE44

Black with #31BE44

Text Example


Text Example

White with #31BE44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,190,68); }

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

background-color css

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

 a { background-color: rgb(49,190,68); }

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

border-color css

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

 span { border-color: rgb(49,190,68); }

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