Html Css Color HEX #31CD4E Lime Green

📋 copy color: '#31CD4E'

red 49 ◦ green 205 ◦ blue 78

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

Shades of Lime Green #31CD4E

Tints of Lime Green #31CD4E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 61.75%

 BLUE value IS 78 (30.86% from 255) = 23.49%

R = 14.76%
G = 61.75%
B = 23.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#31CD4E (or 0x31CD4E) is known color: Lime Green. HEX triplet: 31, CD and 4E. RGB value is (49,205,78). Sum of RGB (Red+Green+Blue) = 49+205+78=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 205 (80.47% from 255 or 61.75% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 205 - color contains mainly: green. Hex color #31CD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CD4E is #CE32B1. Grayscale: #909090. Windows color (decimal): -13513394 or 5164337. OLE color: 5164337.

HSL color Cylindrical-coordinate representation of color #31CD4E: hue angle of 131.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CD4E is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 205 78 -
CMYK 0.76 0 0.62 0.20
HSL 131.15º 0.61% 0.5% -
HSV(B) 131.15º 0.76% 0.8% -
XYZ 24.47 44.87 14.58 -
YUV 143.88 90.82 60.33 -
System Red Green Blue C M Y K H S L
Decimal 49 205 78 0.76 0 0.62 0.20 131.15 0.61 0.5
Hex 31 CD 4E 4C 0 3E 14 83 3D 32
Octal 61 315 116 114 0 76 24 203 75 62
Binary 110001 11001101 1001110 1001100 0 111110 10100 10000011 111101 110010

Color Harmonies of #31CD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CD4E

Black with #31CD4E

Text Example


Text Example

White with #31CD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,205,78); }

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

background-color css

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

 a { background-color: rgb(49,205,78); }

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

border-color css

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

 span { border-color: rgb(49,205,78); }

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