Html Css Color HEX #31C043 Lime Green

📋 copy color: '#31C043'

red 49 ◦ green 192 ◦ blue 67

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

Shades of Lime Green #31C043

Tints of Lime Green #31C043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.75%

R = 15.91%
G = 62.34%
B = 21.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#31C043 (or 0x31C043) is known color: Lime Green. HEX triplet: 31, C0 and 43. RGB value is (49,192,67). Sum of RGB (Red+Green+Blue) = 49+192+67=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #31C043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C043 is #CE3FBC. Grayscale: #878787. Windows color (decimal): -13516733 or 4440113. OLE color: 4440113.

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

Color convert

RGB 49 192 67 -
CMYK 0.74 0 0.65 0.25
HSL 127.55º 0.59% 0.47% -
HSV(B) 127.55º 0.74% 0.75% -
XYZ 21.13 38.76 11.68 -
YUV 134.99 89.62 66.66 -
System Red Green Blue C M Y K H S L
Decimal 49 192 67 0.74 0 0.65 0.25 127.55 0.59 0.47
Hex 31 C0 43 4A 0 41 19 80 3B 2F
Octal 61 300 103 112 0 101 31 200 73 57
Binary 110001 11000000 1000011 1001010 0 1000001 11001 10000000 111011 101111

Color Harmonies of #31C043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C043

Black with #31C043

Text Example


Text Example

White with #31C043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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