Html Css Color HEX #31C326 Lime Green

📋 copy color: '#31C326'

red 49 ◦ green 195 ◦ blue 38

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

Shades of Lime Green #31C326

Tints of Lime Green #31C326

RGB

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

 GREEN value IS 195 (76.56% from 255) = 69.15%

 BLUE value IS 38 (15.23% from 255) = 13.48%

R = 17.38%
G = 69.15%
B = 13.48%

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

#31C326 (or 0x31C326) is known color: Lime Green. HEX triplet: 31, C3 and 26. RGB value is (49,195,38). Sum of RGB (Red+Green+Blue) = 49+195+38=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 195 (76.56% from 255 or 69.15% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 195 - color contains mainly: green. Hex color #31C326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C326 is #CE3CD9. Grayscale: #858585. Windows color (decimal): -13515994 or 2540337. OLE color: 2540337.

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

Color convert

RGB 49 195 38 -
CMYK 0.75 0 0.81 0.24
HSL 115.8º 0.67% 0.46% -
HSV(B) 115.8º 0.81% 0.76% -
XYZ 21.13 39.82 8.41 -
YUV 133.45 74.13 67.77 -
System Red Green Blue C M Y K H S L
Decimal 49 195 38 0.75 0 0.81 0.24 115.8 0.67 0.46
Hex 31 C3 26 4B 0 51 18 74 43 2E
Octal 61 303 46 113 0 121 30 164 103 56
Binary 110001 11000011 100110 1001011 0 1010001 11000 1110100 1000011 101110

Color Harmonies of #31C326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C326

Black with #31C326

Text Example


Text Example

White with #31C326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,195,38); }

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

background-color css

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

 a { background-color: rgb(49,195,38); }

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

border-color css

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

 span { border-color: rgb(49,195,38); }

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