Html Css Color HEX #31C03E Lime Green

📋 copy color: '#31C03E'

red 49 ◦ green 192 ◦ blue 62

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

Shades of Lime Green #31C03E

Tints of Lime Green #31C03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.46%

R = 16.17%
G = 63.37%
B = 20.46%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#31C03E (or 0x31C03E) is known color: Lime Green. HEX triplet: 31, C0 and 3E. RGB value is (49,192,62). Sum of RGB (Red+Green+Blue) = 49+192+62=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #31C03E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C03E is #CE3FC1. Grayscale: #868686. Windows color (decimal): -13516738 or 4112433. OLE color: 4112433.

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

Color convert

RGB 49 192 62 -
CMYK 0.74 0 0.68 0.25
HSL 125.45º 0.59% 0.47% -
HSV(B) 125.45º 0.74% 0.75% -
XYZ 20.99 38.7 10.92 -
YUV 134.42 87.12 67.07 -
System Red Green Blue C M Y K H S L
Decimal 49 192 62 0.74 0 0.68 0.25 125.45 0.59 0.47
Hex 31 C0 3E 4A 0 44 19 7D 3B 2F
Octal 61 300 76 112 0 104 31 175 73 57
Binary 110001 11000000 111110 1001010 0 1000100 11001 1111101 111011 101111

Color Harmonies of #31C03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C03E

Black with #31C03E

Text Example


Text Example

White with #31C03E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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