Html Css Color HEX #1FB912 Lime Green

📋 copy color: '#1FB912'

red 31 ◦ green 185 ◦ blue 18

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

Shades of Lime Green #1FB912

Tints of Lime Green #1FB912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 79.06%

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

R = 13.25%
G = 79.06%
B = 7.69%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#1FB912 (or 0x1FB912) is known color: Lime Green. HEX triplet: 1F, B9 and 12. RGB value is (31,185,18). Sum of RGB (Red+Green+Blue) = 31+185+18=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 185 (72.66% from 255 or 79.06% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 185 - color contains mainly: green. Hex color #1FB912 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FB912 is #E046ED. Grayscale: #787878. Windows color (decimal): -14698222 or 1227039. OLE color: 1227039.

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

Color convert

RGB 31 185 18 -
CMYK 0.83 0 0.90 0.27
HSL 115.33º 0.82% 0.4% -
HSV(B) 115.33º 0.9% 0.73% -
XYZ 18.02 35.03 6.38 -
YUV 119.92 70.48 64.58 -
System Red Green Blue C M Y K H S L
Decimal 31 185 18 0.83 0 0.90 0.27 115.33 0.82 0.4
Hex 1F B9 12 53 0 5A 1B 73 52 28
Octal 37 271 22 123 0 132 33 163 122 50
Binary 11111 10111001 10010 1010011 0 1011010 11011 1110011 1010010 101000

Color Harmonies of #1FB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB912

Black with #1FB912

Text Example


Text Example

White with #1FB912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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