Html Css Color HEX #1FBB13 Lime Green

📋 copy color: '#1FBB13'

red 31 ◦ green 187 ◦ blue 19

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

Shades of Lime Green #1FBB13

Tints of Lime Green #1FBB13

RGB

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

 GREEN value IS 187 (73.44% from 255) = 78.9%

 BLUE value IS 19 (7.81% from 255) = 8.02%

R = 13.08%
G = 78.9%
B = 8.02%

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

#1FBB13 (or 0x1FBB13) is known color: Lime Green. HEX triplet: 1F, BB and 13. RGB value is (31,187,19). Sum of RGB (Red+Green+Blue) = 31+187+19=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 187 (73.44% from 255 or 78.90% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 187 - color contains mainly: green. Hex color #1FBB13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBB13 is #E044EC. Grayscale: #797979. Windows color (decimal): -14697709 or 1293087. OLE color: 1293087.

HSL color Cylindrical-coordinate representation of color #1FBB13: hue angle of 115.71º 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 #1FBB13 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 31 187 19 -
CMYK 0.83 0 0.90 0.27
HSL 115.71º 0.82% 0.4% -
HSV(B) 115.71º 0.9% 0.73% -
XYZ 18.45 35.88 6.57 -
YUV 121.2 70.32 63.66 -
System Red Green Blue C M Y K H S L
Decimal 31 187 19 0.83 0 0.90 0.27 115.71 0.82 0.4
Hex 1F BB 13 53 0 5A 1B 74 52 28
Octal 37 273 23 123 0 132 33 164 122 50
Binary 11111 10111011 10011 1010011 0 1011010 11011 1110100 1010010 101000

Color Harmonies of #1FBB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBB13

Black with #1FBB13

Text Example


Text Example

White with #1FBB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,187,19); }

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

background-color css

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

 a { background-color: rgb(31,187,19); }

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

border-color css

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

 span { border-color: rgb(31,187,19); }

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