Html Css Color HEX #1FD50D Lime Green

📋 copy color: '#1FD50D'

red 31 ◦ green 213 ◦ blue 13

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

Shades of Lime Green #1FD50D

Tints of Lime Green #1FD50D

RGB

 RED value IS 31 (12.5% from 255) = 12.06%

 GREEN value IS 213 (83.59% from 255) = 82.88%

 BLUE value IS 13 (5.47% from 255) = 5.06%

R = 12.06%
G = 82.88%
B = 5.06%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#1FD50D (or 0x1FD50D) is known color: Lime Green. HEX triplet: 1F, D5 and 0D. RGB value is (31,213,13). Sum of RGB (Red+Green+Blue) = 31+213+13=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 213 (83.59% from 255 or 82.88% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD50D is #E02AF2. Grayscale: #888888. Windows color (decimal): -14691059 or 906527. OLE color: 906527.

HSL color Cylindrical-coordinate representation of color #1FD50D: hue angle of 114.6º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FD50D is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 31 213 13 -
CMYK 0.85 0 0.94 0.16
HSL 114.6º 0.88% 0.44% -
HSV(B) 114.6º 0.94% 0.84% -
XYZ 24.43 47.91 8.34 -
YUV 135.78 58.7 53.26 -
System Red Green Blue C M Y K H S L
Decimal 31 213 13 0.85 0 0.94 0.16 114.6 0.88 0.44
Hex 1F D5 D 55 0 5E 10 73 58 2C
Octal 37 325 15 125 0 136 20 163 130 54
Binary 11111 11010101 1101 1010101 0 1011110 10000 1110011 1011000 101100

Color Harmonies of #1FD50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD50D

Black with #1FD50D

Text Example


Text Example

White with #1FD50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FD50D; }

 p { color: rgb(31,213,13); }

 H1.HeaderClassName
 {
   color: #1FD50D;
 }
 .AnyTagClassName
 {
   color: #1FD50D;
 }
</style>

background-color css

<style>
 a { background-color: #1FD50D; }

 a { background-color: rgb(31,213,13); }

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

border-color css

<style>
 span { border-color: #1FD50D; }

 span { border-color: rgb(31,213,13); }

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