Html Css Color HEX #31C02D Lime Green

📋 copy color: '#31C02D'

red 49 ◦ green 192 ◦ blue 45

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

Shades of Lime Green #31C02D

Tints of Lime Green #31C02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 17.13%
G = 67.13%
B = 15.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#31C02D (or 0x31C02D) is known color: Lime Green. HEX triplet: 31, C0 and 2D. RGB value is (49,192,45). Sum of RGB (Red+Green+Blue) = 49+192+45=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 192 (75.39% from 255 or 67.13% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 192 - color contains mainly: green. Hex color #31C02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C02D is #CE3FD2. Grayscale: #848484. Windows color (decimal): -13516755 or 2998321. OLE color: 2998321.

HSL color Cylindrical-coordinate representation of color #31C02D: hue angle of 118.37º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31C02D is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 192 45 -
CMYK 0.74 0 0.77 0.25
HSL 118.37º 0.62% 0.46% -
HSV(B) 118.37º 0.77% 0.75% -
XYZ 20.59 38.54 8.84 -
YUV 132.49 78.62 68.45 -
System Red Green Blue C M Y K H S L
Decimal 49 192 45 0.74 0 0.77 0.25 118.37 0.62 0.46
Hex 31 C0 2D 4A 0 4D 19 76 3E 2E
Octal 61 300 55 112 0 115 31 166 76 56
Binary 110001 11000000 101101 1001010 0 1001101 11001 1110110 111110 101110

Color Harmonies of #31C02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C02D

Black with #31C02D

Text Example


Text Example

White with #31C02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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