Html Css Color HEX #31CD1E Lime Green

📋 copy color: '#31CD1E'

red 49 ◦ green 205 ◦ blue 30

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

Shades of Lime Green #31CD1E

Tints of Lime Green #31CD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 17.25%
G = 72.18%
B = 10.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#31CD1E (or 0x31CD1E) is known color: Lime Green. HEX triplet: 31, CD and 1E. RGB value is (49,205,30). Sum of RGB (Red+Green+Blue) = 49+205+30=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 205 (80.47% from 255 or 72.18% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 205 - color contains mainly: green. Hex color #31CD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CD1E is #CE32E1. Grayscale: #8A8A8A. Windows color (decimal): -13513442 or 2018609. OLE color: 2018609.

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

Color convert

RGB 49 205 30 -
CMYK 0.76 0 0.85 0.20
HSL 113.49º 0.74% 0.46% -
HSV(B) 113.49º 0.85% 0.8% -
XYZ 23.33 44.41 8.57 -
YUV 138.41 66.82 64.23 -
System Red Green Blue C M Y K H S L
Decimal 49 205 30 0.76 0 0.85 0.20 113.49 0.74 0.46
Hex 31 CD 1E 4C 0 55 14 71 4A 2E
Octal 61 315 36 114 0 125 24 161 112 56
Binary 110001 11001101 11110 1001100 0 1010101 10100 1110001 1001010 101110

Color Harmonies of #31CD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CD1E

Black with #31CD1E

Text Example


Text Example

White with #31CD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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