Html Css Color HEX #1FD512 Lime Green

📋 copy color: '#1FD512'

red 31 ◦ green 213 ◦ blue 18

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

Shades of Lime Green #1FD512

Tints of Lime Green #1FD512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.87%

R = 11.83%
G = 81.3%
B = 6.87%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#1FD512 (or 0x1FD512) is known color: Lime Green. HEX triplet: 1F, D5 and 12. RGB value is (31,213,18). Sum of RGB (Red+Green+Blue) = 31+213+18=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 213 (83.59% from 255 or 81.30% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD512 is #E02AED. Grayscale: #888888. Windows color (decimal): -14691054 or 1234207. OLE color: 1234207.

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

Color convert

RGB 31 213 18 -
CMYK 0.85 0 0.92 0.16
HSL 116º 0.84% 0.45% -
HSV(B) 116º 0.92% 0.84% -
XYZ 24.47 47.92 8.53 -
YUV 136.35 61.2 52.86 -
System Red Green Blue C M Y K H S L
Decimal 31 213 18 0.85 0 0.92 0.16 116 0.84 0.45
Hex 1F D5 12 55 0 5C 10 74 54 2D
Octal 37 325 22 125 0 134 20 164 124 55
Binary 11111 11010101 10010 1010101 0 1011100 10000 1110100 1010100 101101

Color Harmonies of #1FD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD512

Black with #1FD512

Text Example


Text Example

White with #1FD512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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