Html Css Color HEX #31BC45 Lime Green

📋 copy color: '#31BC45'

red 49 ◦ green 188 ◦ blue 69

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

Shades of Lime Green #31BC45

Tints of Lime Green #31BC45

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.44%

 BLUE value IS 69 (27.34% from 255) = 22.55%

R = 16.01%
G = 61.44%
B = 22.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#31BC45 (or 0x31BC45) is known color: Lime Green. HEX triplet: 31, BC and 45. RGB value is (49,188,69). Sum of RGB (Red+Green+Blue) = 49+188+69=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BC45 is #CE43BA. Grayscale: #858585. Windows color (decimal): -13517755 or 4570161. OLE color: 4570161.

HSL color Cylindrical-coordinate representation of color #31BC45: hue angle of 128.63º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BC45 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 188 69 -
CMYK 0.74 0 0.63 0.26
HSL 128.63º 0.59% 0.46% -
HSV(B) 128.63º 0.74% 0.74% -
XYZ 20.32 37.05 11.71 -
YUV 132.87 91.95 68.18 -
System Red Green Blue C M Y K H S L
Decimal 49 188 69 0.74 0 0.63 0.26 128.63 0.59 0.46
Hex 31 BC 45 4A 0 3F 1A 81 3B 2E
Octal 61 274 105 112 0 77 32 201 73 56
Binary 110001 10111100 1000101 1001010 0 111111 11010 10000001 111011 101110

Color Harmonies of #31BC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BC45

Black with #31BC45

Text Example


Text Example

White with #31BC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,188,69); }

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

background-color css

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

 a { background-color: rgb(49,188,69); }

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

border-color css

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

 span { border-color: rgb(49,188,69); }

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