Html Css Color HEX #1FD536 Lime Green

📋 copy color: '#1FD536'

red 31 ◦ green 213 ◦ blue 54

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

Shades of Lime Green #1FD536

Tints of Lime Green #1FD536

RGB

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

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

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

R = 10.4%
G = 71.48%
B = 18.12%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#1FD536 (or 0x1FD536) is known color: Lime Green. HEX triplet: 1F, D5 and 36. RGB value is (31,213,54). Sum of RGB (Red+Green+Blue) = 31+213+54=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 213 (83.59% from 255 or 71.48% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD536 is #E02AC9. Grayscale: #8C8C8C. Windows color (decimal): -14691018 or 3593503. OLE color: 3593503.

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

Color convert

RGB 31 213 54 -
CMYK 0.85 0 0.75 0.16
HSL 127.58º 0.75% 0.48% -
HSV(B) 127.58º 0.85% 0.84% -
XYZ 25.03 48.15 11.46 -
YUV 140.46 79.2 49.93 -
System Red Green Blue C M Y K H S L
Decimal 31 213 54 0.85 0 0.75 0.16 127.58 0.75 0.48
Hex 1F D5 36 55 0 4B 10 80 4B 30
Octal 37 325 66 125 0 113 20 200 113 60
Binary 11111 11010101 110110 1010101 0 1001011 10000 10000000 1001011 110000

Color Harmonies of #1FD536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD536

Black with #1FD536

Text Example


Text Example

White with #1FD536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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