Html Css Color HEX #31C225 Lime Green

📋 copy color: '#31C225'

red 49 ◦ green 194 ◦ blue 37

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

Shades of Lime Green #31C225

Tints of Lime Green #31C225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.21%

R = 17.5%
G = 69.29%
B = 13.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#31C225 (or 0x31C225) is known color: Lime Green. HEX triplet: 31, C2 and 25. RGB value is (49,194,37). Sum of RGB (Red+Green+Blue) = 49+194+37=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 194 (76.17% from 255 or 69.29% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 194 - color contains mainly: green. Hex color #31C225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C225 is #CE3DDA. Grayscale: #858585. Windows color (decimal): -13516251 or 2474545. OLE color: 2474545.

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

Color convert

RGB 49 194 37 -
CMYK 0.75 0 0.81 0.24
HSL 115.41º 0.68% 0.45% -
HSV(B) 115.41º 0.81% 0.76% -
XYZ 20.89 39.37 8.25 -
YUV 132.75 73.96 68.27 -
System Red Green Blue C M Y K H S L
Decimal 49 194 37 0.75 0 0.81 0.24 115.41 0.68 0.45
Hex 31 C2 25 4B 0 51 18 73 44 2D
Octal 61 302 45 113 0 121 30 163 104 55
Binary 110001 11000010 100101 1001011 0 1010001 11000 1110011 1000100 101101

Color Harmonies of #31C225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C225

Black with #31C225

Text Example


Text Example

White with #31C225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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