Html Css Color HEX #31DD3B Lime Green

📋 copy color: '#31DD3B'

red 49 ◦ green 221 ◦ blue 59

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

Shades of Lime Green #31DD3B

Tints of Lime Green #31DD3B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 67.17%

 BLUE value IS 59 (23.44% from 255) = 17.93%

R = 14.89%
G = 67.17%
B = 17.93%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#31DD3B (or 0x31DD3B) is known color: Lime Green. HEX triplet: 31, DD and 3B. RGB value is (49,221,59). Sum of RGB (Red+Green+Blue) = 49+221+59=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 221 (86.72% from 255 or 67.17% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DD3B is #CE22C4. Grayscale: #979797. Windows color (decimal): -13509317 or 3923249. OLE color: 3923249.

HSL color Cylindrical-coordinate representation of color #31DD3B: hue angle of 123.49º 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 #31DD3B is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 221 59 -
CMYK 0.78 0 0.73 0.13
HSL 123.49º 0.72% 0.53% -
HSV(B) 123.49º 0.78% 0.87% -
XYZ 27.91 52.68 12.84 -
YUV 151.1 76.02 55.17 -
System Red Green Blue C M Y K H S L
Decimal 49 221 59 0.78 0 0.73 0.13 123.49 0.72 0.53
Hex 31 DD 3B 4E 0 49 D 7B 48 35
Octal 61 335 73 116 0 111 15 173 110 65
Binary 110001 11011101 111011 1001110 0 1001001 1101 1111011 1001000 110101

Color Harmonies of #31DD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DD3B

Black with #31DD3B

Text Example


Text Example

White with #31DD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,221,59); }

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

background-color css

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

 a { background-color: rgb(49,221,59); }

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

border-color css

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

 span { border-color: rgb(49,221,59); }

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