Html Css Color HEX #31FF43 Lime Green

📋 copy color: '#31FF43'

red 49 ◦ green 255 ◦ blue 67

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

Shades of Lime Green #31FF43

Tints of Lime Green #31FF43

RGB

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

 GREEN value IS 255 (100% from 255) = 68.73%

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

R = 13.21%
G = 68.73%
B = 18.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#31FF43 (or 0x31FF43) is known color: Lime Green. HEX triplet: 31, FF and 43. RGB value is (49,255,67). Sum of RGB (Red+Green+Blue) = 49+255+67=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FF43 is #CE00BC. Grayscale: #ACACAC. Windows color (decimal): -13500605 or 4456241. OLE color: 4456241.

HSL color Cylindrical-coordinate representation of color #31FF43: hue angle of 125.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FF43 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 49 255 67 -
CMYK 0.81 0 0.74 0
HSL 125.24º 1% 0.6% -
HSV(B) 125.24º 0.81% 1% -
XYZ 38.04 72.58 17.31 -
YUV 171.97 68.75 40.29 -
System Red Green Blue C M Y K H S L
Decimal 49 255 67 0.81 0 0.74 0 125.24 1 0.6
Hex 31 FF 43 51 0 4A 0 7D 64 3C
Octal 61 377 103 121 0 112 0 175 144 74
Binary 110001 11111111 1000011 1010001 0 1001010 0 1111101 1100100 111100

Color Harmonies of #31FF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FF43

Black with #31FF43

Text Example


Text Example

White with #31FF43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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