Html Css Color HEX #1FD50E Lime Green

📋 copy color: '#1FD50E'

red 31 ◦ green 213 ◦ blue 14

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

Shades of Lime Green #1FD50E

Tints of Lime Green #1FD50E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.43%

R = 12.02%
G = 82.56%
B = 5.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#1FD50E (or 0x1FD50E) is known color: Lime Green. HEX triplet: 1F, D5 and 0E. RGB value is (31,213,14). Sum of RGB (Red+Green+Blue) = 31+213+14=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 213 (83.59% from 255 or 82.56% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD50E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD50E is #E02AF1. Grayscale: #888888. Windows color (decimal): -14691058 or 972063. OLE color: 972063.

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

Color convert

RGB 31 213 14 -
CMYK 0.85 0 0.93 0.16
HSL 114.87º 0.88% 0.45% -
HSV(B) 114.87º 0.93% 0.84% -
XYZ 24.44 47.91 8.38 -
YUV 135.9 59.2 53.18 -
System Red Green Blue C M Y K H S L
Decimal 31 213 14 0.85 0 0.93 0.16 114.87 0.88 0.45
Hex 1F D5 E 55 0 5D 10 73 58 2D
Octal 37 325 16 125 0 135 20 163 130 55
Binary 11111 11010101 1110 1010101 0 1011101 10000 1110011 1011000 101101

Color Harmonies of #1FD50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD50E

Black with #1FD50E

Text Example


Text Example

White with #1FD50E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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