Html Css Color HEX #31DE43 Lime Green

📋 copy color: '#31DE43'

red 49 ◦ green 222 ◦ blue 67

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

Shades of Lime Green #31DE43

Tints of Lime Green #31DE43

RGB

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

 GREEN value IS 222 (87.11% from 255) = 65.68%

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

R = 14.5%
G = 65.68%
B = 19.82%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#31DE43 (or 0x31DE43) is known color: Lime Green. HEX triplet: 31, DE and 43. RGB value is (49,222,67). Sum of RGB (Red+Green+Blue) = 49+222+67=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 222 (87.11% from 255 or 65.68% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 222 - color contains mainly: green. Hex color #31DE43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DE43 is #CE21BC. Grayscale: #999999. Windows color (decimal): -13509053 or 4447793. OLE color: 4447793.

HSL color Cylindrical-coordinate representation of color #31DE43: hue angle of 126.24º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DE43 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 222 67 -
CMYK 0.78 0 0.70 0.13
HSL 126.24º 0.72% 0.53% -
HSV(B) 126.24º 0.78% 0.87% -
XYZ 28.4 53.3 14.1 -
YUV 152.6 79.69 54.1 -
System Red Green Blue C M Y K H S L
Decimal 49 222 67 0.78 0 0.70 0.13 126.24 0.72 0.53
Hex 31 DE 43 4E 0 46 D 7E 48 35
Octal 61 336 103 116 0 106 15 176 110 65
Binary 110001 11011110 1000011 1001110 0 1000110 1101 1111110 1001000 110101

Color Harmonies of #31DE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DE43

Black with #31DE43

Text Example


Text Example

White with #31DE43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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