Html Css Color HEX #31C03A Lime Green

📋 copy color: '#31C03A'

red 49 ◦ green 192 ◦ blue 58

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

Shades of Lime Green #31C03A

Tints of Lime Green #31C03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.4%

R = 16.39%
G = 64.21%
B = 19.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#31C03A (or 0x31C03A) is known color: Lime Green. HEX triplet: 31, C0 and 3A. RGB value is (49,192,58). Sum of RGB (Red+Green+Blue) = 49+192+58=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 192 (75.39% from 255 or 64.21% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 192 - color contains mainly: green. Hex color #31C03A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C03A is #CE3FC5. Grayscale: #868686. Windows color (decimal): -13516742 or 3850289. OLE color: 3850289.

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

Color convert

RGB 49 192 58 -
CMYK 0.74 0 0.70 0.25
HSL 123.78º 0.59% 0.47% -
HSV(B) 123.78º 0.74% 0.75% -
XYZ 20.88 38.66 10.36 -
YUV 133.97 85.12 67.4 -
System Red Green Blue C M Y K H S L
Decimal 49 192 58 0.74 0 0.70 0.25 123.78 0.59 0.47
Hex 31 C0 3A 4A 0 46 19 7C 3B 2F
Octal 61 300 72 112 0 106 31 174 73 57
Binary 110001 11000000 111010 1001010 0 1000110 11001 1111100 111011 101111

Color Harmonies of #31C03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C03A

Black with #31C03A

Text Example


Text Example

White with #31C03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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