Html Css Color HEX #1FB712 Lime Green

📋 copy color: '#1FB712'

red 31 ◦ green 183 ◦ blue 18

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

Shades of Lime Green #1FB712

Tints of Lime Green #1FB712

RGB

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

 GREEN value IS 183 (71.88% from 255) = 78.88%

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

R = 13.36%
G = 78.88%
B = 7.76%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#1FB712 (or 0x1FB712) is known color: Lime Green. HEX triplet: 1F, B7 and 12. RGB value is (31,183,18). Sum of RGB (Red+Green+Blue) = 31+183+18=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 183 (71.88% from 255 or 78.88% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 183 - color contains mainly: green. Hex color #1FB712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FB712 is #E048ED. Grayscale: #777777. Windows color (decimal): -14698734 or 1226527. OLE color: 1226527.

HSL color Cylindrical-coordinate representation of color #1FB712: hue angle of 115.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FB712 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 31 183 18 -
CMYK 0.83 0 0.90 0.28
HSL 115.27º 0.82% 0.39% -
HSV(B) 115.27º 0.9% 0.72% -
XYZ 17.61 34.2 6.25 -
YUV 118.74 71.14 65.42 -
System Red Green Blue C M Y K H S L
Decimal 31 183 18 0.83 0 0.90 0.28 115.27 0.82 0.39
Hex 1F B7 12 53 0 5A 1C 73 52 27
Octal 37 267 22 123 0 132 34 163 122 47
Binary 11111 10110111 10010 1010011 0 1011010 11100 1110011 1010010 100111

Color Harmonies of #1FB712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB712

Black with #1FB712

Text Example


Text Example

White with #1FB712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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