Html Css Color HEX #31C04B Lime Green

📋 copy color: '#31C04B'

red 49 ◦ green 192 ◦ blue 75

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

Shades of Lime Green #31C04B

Tints of Lime Green #31C04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.76%

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 15.51%
G = 60.76%
B = 23.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#31C04B (or 0x31C04B) is known color: Lime Green. HEX triplet: 31, C0 and 4B. RGB value is (49,192,75). Sum of RGB (Red+Green+Blue) = 49+192+75=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #31C04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C04B is #CE3FB4. Grayscale: #888888. Windows color (decimal): -13516725 or 4964401. OLE color: 4964401.

HSL color Cylindrical-coordinate representation of color #31C04B: hue angle of 130.91º 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 #31C04B is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 192 75 -
CMYK 0.74 0 0.61 0.25
HSL 130.91º 0.59% 0.47% -
HSV(B) 130.91º 0.74% 0.75% -
XYZ 21.39 38.86 13.03 -
YUV 135.91 93.62 66.01 -
System Red Green Blue C M Y K H S L
Decimal 49 192 75 0.74 0 0.61 0.25 130.91 0.59 0.47
Hex 31 C0 4B 4A 0 3D 19 83 3B 2F
Octal 61 300 113 112 0 75 31 203 73 57
Binary 110001 11000000 1001011 1001010 0 111101 11001 10000011 111011 101111

Color Harmonies of #31C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C04B

Black with #31C04B

Text Example


Text Example

White with #31C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,192,75); }

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

background-color css

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

 a { background-color: rgb(49,192,75); }

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

border-color css

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

 span { border-color: rgb(49,192,75); }

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