Html Css Color HEX #1FD036 Lime Green

📋 copy color: '#1FD036'

red 31 ◦ green 208 ◦ blue 54

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

Shades of Lime Green #1FD036

Tints of Lime Green #1FD036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.43%

R = 10.58%
G = 70.99%
B = 18.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#1FD036 (or 0x1FD036) is known color: Lime Green. HEX triplet: 1F, D0 and 36. RGB value is (31,208,54). Sum of RGB (Red+Green+Blue) = 31+208+54=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 208 (81.64% from 255 or 70.99% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD036 is #E02FC9. Grayscale: #898989. Windows color (decimal): -14692298 or 3592223. OLE color: 3592223.

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

Color convert

RGB 31 208 54 -
CMYK 0.85 0 0.74 0.18
HSL 127.8º 0.74% 0.47% -
HSV(B) 127.8º 0.85% 0.82% -
XYZ 23.79 45.67 11.05 -
YUV 137.52 80.86 52.02 -
System Red Green Blue C M Y K H S L
Decimal 31 208 54 0.85 0 0.74 0.18 127.8 0.74 0.47
Hex 1F D0 36 55 0 4A 12 80 4A 2F
Octal 37 320 66 125 0 112 22 200 112 57
Binary 11111 11010000 110110 1010101 0 1001010 10010 10000000 1001010 101111

Color Harmonies of #1FD036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD036

Black with #1FD036

Text Example


Text Example

White with #1FD036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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