Html Css Color HEX #31C02B Lime Green

📋 copy color: '#31C02B'

red 49 ◦ green 192 ◦ blue 43

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

Shades of Lime Green #31C02B

Tints of Lime Green #31C02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 17.25%
G = 67.61%
B = 15.14%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#31C02B (or 0x31C02B) is known color: Lime Green. HEX triplet: 31, C0 and 2B. RGB value is (49,192,43). Sum of RGB (Red+Green+Blue) = 49+192+43=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #31C02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C02B is #CE3FD4. Grayscale: #848484. Windows color (decimal): -13516757 or 2867249. OLE color: 2867249.

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

Color convert

RGB 49 192 43 -
CMYK 0.74 0 0.78 0.25
HSL 117.58º 0.63% 0.46% -
HSV(B) 117.58º 0.78% 0.75% -
XYZ 20.55 38.53 8.64 -
YUV 132.26 77.62 68.62 -
System Red Green Blue C M Y K H S L
Decimal 49 192 43 0.74 0 0.78 0.25 117.58 0.63 0.46
Hex 31 C0 2B 4A 0 4E 19 76 3F 2E
Octal 61 300 53 112 0 116 31 166 77 56
Binary 110001 11000000 101011 1001010 0 1001110 11001 1110110 111111 101110

Color Harmonies of #31C02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C02B

Black with #31C02B

Text Example


Text Example

White with #31C02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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