Html Css Color HEX #31C232 Lime Green

📋 copy color: '#31C232'

red 49 ◦ green 194 ◦ blue 50

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

Shades of Lime Green #31C232

Tints of Lime Green #31C232

RGB

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

 GREEN value IS 194 (76.17% from 255) = 66.21%

 BLUE value IS 50 (19.92% from 255) = 17.06%

R = 16.72%
G = 66.21%
B = 17.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#31C232 (or 0x31C232) is known color: Lime Green. HEX triplet: 31, C2 and 32. RGB value is (49,194,50). Sum of RGB (Red+Green+Blue) = 49+194+50=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 194 (76.17% from 255 or 66.21% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 194 - color contains mainly: green. Hex color #31C232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C232 is #CE3DCD. Grayscale: #868686. Windows color (decimal): -13516238 or 3326513. OLE color: 3326513.

HSL color Cylindrical-coordinate representation of color #31C232: hue angle of 120.41º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C232 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 194 50 -
CMYK 0.75 0 0.74 0.24
HSL 120.41º 0.6% 0.48% -
HSV(B) 120.41º 0.75% 0.76% -
XYZ 21.13 39.47 9.52 -
YUV 134.23 80.46 67.21 -
System Red Green Blue C M Y K H S L
Decimal 49 194 50 0.75 0 0.74 0.24 120.41 0.6 0.48
Hex 31 C2 32 4B 0 4A 18 78 3C 30
Octal 61 302 62 113 0 112 30 170 74 60
Binary 110001 11000010 110010 1001011 0 1001010 11000 1111000 111100 110000

Color Harmonies of #31C232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C232

Black with #31C232

Text Example


Text Example

White with #31C232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,194,50); }

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

background-color css

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

 a { background-color: rgb(49,194,50); }

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

border-color css

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

 span { border-color: rgb(49,194,50); }

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