Html Css Color HEX #1FBA0D Lime Green

📋 copy color: '#1FBA0D'

red 31 ◦ green 186 ◦ blue 13

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

Shades of Lime Green #1FBA0D

Tints of Lime Green #1FBA0D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 80.87%

 BLUE value IS 13 (5.47% from 255) = 5.65%

R = 13.48%
G = 80.87%
B = 5.65%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#1FBA0D (or 0x1FBA0D) is known color: Lime Green. HEX triplet: 1F, BA and 0D. RGB value is (31,186,13). Sum of RGB (Red+Green+Blue) = 31+186+13=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 186 (73.05% from 255 or 80.87% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 186 - color contains mainly: green. Hex color #1FBA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBA0D is #E045F2. Grayscale: #787878. Windows color (decimal): -14697971 or 899615. OLE color: 899615.

HSL color Cylindrical-coordinate representation of color #1FBA0D: hue angle of 113.76º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1FBA0D is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 31 186 13 -
CMYK 0.83 0 0.93 0.27
HSL 113.76º 0.87% 0.39% -
HSV(B) 113.76º 0.93% 0.73% -
XYZ 18.2 35.44 6.26 -
YUV 119.93 67.65 64.57 -
System Red Green Blue C M Y K H S L
Decimal 31 186 13 0.83 0 0.93 0.27 113.76 0.87 0.39
Hex 1F BA D 53 0 5D 1B 72 57 27
Octal 37 272 15 123 0 135 33 162 127 47
Binary 11111 10111010 1101 1010011 0 1011101 11011 1110010 1010111 100111

Color Harmonies of #1FBA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBA0D

Black with #1FBA0D

Text Example


Text Example

White with #1FBA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,186,13); }

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

background-color css

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

 a { background-color: rgb(31,186,13); }

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

border-color css

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

 span { border-color: rgb(31,186,13); }

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