Html Css Color HEX #1FD00F Lime Green

📋 copy color: '#1FD00F'

red 31 ◦ green 208 ◦ blue 15

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

Shades of Lime Green #1FD00F

Tints of Lime Green #1FD00F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 81.89%

 BLUE value IS 15 (6.25% from 255) = 5.91%

R = 12.2%
G = 81.89%
B = 5.91%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#1FD00F (or 0x1FD00F) is known color: Lime Green. HEX triplet: 1F, D0 and 0F. RGB value is (31,208,15). Sum of RGB (Red+Green+Blue) = 31+208+15=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 208 (81.64% from 255 or 81.89% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD00F is #E02FF0. Grayscale: #858585. Windows color (decimal): -14692337 or 1036319. OLE color: 1036319.

HSL color Cylindrical-coordinate representation of color #1FD00F: hue angle of 115.03º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1FD00F is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 208 15 -
CMYK 0.85 0 0.93 0.18
HSL 115.03º 0.87% 0.44% -
HSV(B) 115.03º 0.93% 0.82% -
XYZ 23.21 45.44 8 -
YUV 133.08 61.36 55.19 -
System Red Green Blue C M Y K H S L
Decimal 31 208 15 0.85 0 0.93 0.18 115.03 0.87 0.44
Hex 1F D0 F 55 0 5D 12 73 57 2C
Octal 37 320 17 125 0 135 22 163 127 54
Binary 11111 11010000 1111 1010101 0 1011101 10010 1110011 1010111 101100

Color Harmonies of #1FD00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD00F

Black with #1FD00F

Text Example


Text Example

White with #1FD00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,208,15); }

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

background-color css

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

 a { background-color: rgb(31,208,15); }

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

border-color css

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

 span { border-color: rgb(31,208,15); }

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