Html Css Color HEX #1FC036 Lime Green

📋 copy color: '#1FC036'

red 31 ◦ green 192 ◦ blue 54

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

Shades of Lime Green #1FC036

Tints of Lime Green #1FC036

RGB

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

 GREEN value IS 192 (75.39% from 255) = 69.31%

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

R = 11.19%
G = 69.31%
B = 19.49%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#1FC036 (or 0x1FC036) is known color: Lime Green. HEX triplet: 1F, C0 and 36. RGB value is (31,192,54). Sum of RGB (Red+Green+Blue) = 31+192+54=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 192 (75.39% from 255 or 69.31% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC036 is #E03FC9. Grayscale: #808080. Windows color (decimal): -14696394 or 3588127. OLE color: 3588127.

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

Color convert

RGB 31 192 54 -
CMYK 0.84 0 0.72 0.25
HSL 128.57º 0.72% 0.44% -
HSV(B) 128.57º 0.84% 0.75% -
XYZ 20.08 38.26 9.82 -
YUV 128.13 86.16 58.72 -
System Red Green Blue C M Y K H S L
Decimal 31 192 54 0.84 0 0.72 0.25 128.57 0.72 0.44
Hex 1F C0 36 54 0 48 19 81 48 2C
Octal 37 300 66 124 0 110 31 201 110 54
Binary 11111 11000000 110110 1010100 0 1001000 11001 10000001 1001000 101100

Color Harmonies of #1FC036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC036

Black with #1FC036

Text Example


Text Example

White with #1FC036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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